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 TypeMethodDescriptionvoidNIOSocket.setPacketWriter(PacketWriter packetWriter) Sets the packet writer for this socket.voidSSLPacketHandler.setWriter(PacketWriter writer) -
Uses of PacketWriter in naga.packetwriter
Classes in naga.packetwriter that implement PacketWriterModifier and TypeClassDescriptionclassWrites a bytestream delimited by '\n'.classExample Writer that encrypts the outgoing stream using a Cipher object.classClass to write a byte stream delimited by a byte marking the end of a packet.classWrites a byte packet to the stream without doing any changes to it.classWrites packet of the formatclassWrites a bytestream delimited by 0.Methods in naga.packetwriter that return PacketWriterMethods in naga.packetwriter with parameters of type PacketWriterModifier and TypeMethodDescriptionvoidCipherPacketWriter.setPacketWriter(PacketWriter packetWriter) Constructors in naga.packetwriter with parameters of type PacketWriter