Uses of Interface
naga.PacketReader
Packages that use PacketReader
Package
Description
The main Naga classes.
Package containing various ready-to-use
PacketReader
implementations.-
Uses of PacketReader in naga
Classes in naga that implement PacketReaderMethods in naga that return PacketReaderMethods in naga with parameters of type PacketReaderModifier and TypeMethodDescriptionvoid
NIOSocket.setPacketReader
(PacketReader packetReader) Sets the packet reader for this socket.void
SSLPacketHandler.setReader
(PacketReader reader) -
Uses of PacketReader in naga.packetreader
Classes in naga.packetreader that implement PacketReaderModifier and TypeClassDescriptionclass
Reads a bytestream delimited by '\n'.class
Example filter reader that decrypts the stream before passing it to its underlying reader.class
Class to read a byte stream delimited by a byte marking the end of a packet.class
This packet reader reads as many bytes as possible from the stream and then bundles those bytes into a packet.class
Reads packet of the formatclass
Undocumented Classclass
Reads a bytestream delimited by 0.Methods in naga.packetreader that return PacketReaderMethods in naga.packetreader with parameters of type PacketReaderConstructors in naga.packetreader with parameters of type PacketReaderModifierConstructorDescriptionCipherPacketReader
(Cipher cipher, PacketReader reader) Creates a new CipherPacketReader.StreamCipherPacketReader
(Cipher cipher, PacketReader reader)