Package | Description |
---|---|
naga |
The main Naga classes.
|
naga.packetwriter |
Package containing various ready-to-use
PacketWriter implementations. |
Modifier and Type | Method and Description |
---|---|
void |
NIOSocket.setPacketWriter(PacketWriter packetWriter)
Sets the packet writer for this socket.
|
Modifier and Type | Class and Description |
---|---|
class |
RawPacketWriter
Writes a byte packet to the stream without doing any changes to it.
|
class |
RegularPacketWriter
Writes packet of the format
|