Uses of Interface
naga.PacketWriter
Packages that use PacketWriter
Package
Description
The main Naga classes.
Package containing various ready-to-use
PacketWriter
implementations.-
Uses of PacketWriter in naga
Classes in naga that implement PacketWriterMethods in naga that return PacketWriterMethods in naga with parameters of type PacketWriterModifier and TypeMethodDescriptionvoid
NIOSocket.setPacketWriter
(PacketWriter packetWriter) Sets the packet writer for this socket.void
SSLPacketHandler.setWriter
(PacketWriter writer) -
Uses of PacketWriter in naga.packetwriter
Classes in naga.packetwriter that implement PacketWriterModifier and TypeClassDescriptionclass
Writes a bytestream delimited by '\n'.class
Example Writer that encrypts the outgoing stream using a Cipher object.class
Class to write a byte stream delimited by a byte marking the end of a packet.class
Writes a byte packet to the stream without doing any changes to it.class
Writes packet of the formatclass
Writes a bytestream delimited by 0.Methods in naga.packetwriter that return PacketWriterMethods in naga.packetwriter with parameters of type PacketWriterModifier and TypeMethodDescriptionvoid
CipherPacketWriter.setPacketWriter
(PacketWriter packetWriter) Constructors in naga.packetwriter with parameters of type PacketWriter