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 TypeMethodDescriptionvoidNIOSocket.setPacketReader(PacketReader packetReader) Sets the packet reader for this socket.voidSSLPacketHandler.setReader(PacketReader reader) -
Uses of PacketReader in naga.packetreader
Classes in naga.packetreader that implement PacketReaderModifier and TypeClassDescriptionclassReads a bytestream delimited by '\n'.classExample filter reader that decrypts the stream before passing it to its underlying reader.classClass to read a byte stream delimited by a byte marking the end of a packet.classThis packet reader reads as many bytes as possible from the stream and then bundles those bytes into a packet.classReads packet of the formatclassUndocumented ClassclassReads 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)