AsciiLinePacketWriter
, CipherPacketWriter
, DelimiterPacketWriter
, RawPacketWriter
, RegularPacketWriter
, SSLPacketHandler
, ZeroDelimitedPacketWriter
public interface PacketWriter
The method write(ByteBuffer[])
converts an incoming byte array
to an outgoing byte array.
Modifier and Type | Method | Description |
---|---|---|
java.nio.ByteBuffer[] |
write(java.nio.ByteBuffer[] byteBuffer) |
Convert the incoming bytes to the bytes to be serialized.
|