Uses of Interface
naga.PacketWriter
-
Packages that use PacketWriter Package Description naga The main Naga classes.naga.packetwriter Package containing various ready-to-usePacketWriterimplementations. -
-
Uses of PacketWriter in naga
Classes in naga that implement PacketWriter Modifier and Type Class Description classSSLPacketHandlerUndocumented ClassMethods in naga that return PacketWriter Modifier and Type Method Description PacketWriterSSLPacketHandler. getWriter()Methods in naga with parameters of type PacketWriter Modifier and Type Method Description voidNIOSocket. 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 PacketWriter Modifier and Type Class Description classAsciiLinePacketWriterWrites a bytestream delimited by '\n'.classCipherPacketWriterExample Writer that encrypts the outgoing stream using a Cipher object.classDelimiterPacketWriterClass to write a byte stream delimited by a byte marking the end of a packet.classRawPacketWriterWrites a byte packet to the stream without doing any changes to it.classRegularPacketWriterWrites packet of the formatclassZeroDelimitedPacketWriterWrites a bytestream delimited by 0.Methods in naga.packetwriter that return PacketWriter Modifier and Type Method Description PacketWriterCipherPacketWriter. getPacketWriter()Methods in naga.packetwriter with parameters of type PacketWriter Modifier and Type Method Description voidCipherPacketWriter. setPacketWriter(PacketWriter packetWriter)Constructors in naga.packetwriter with parameters of type PacketWriter Constructor Description CipherPacketWriter(javax.crypto.Cipher cipher, PacketWriter packetWriter)
-