Modifier and Type | Method and Description |
---|---|
void |
TCPClient.send(PacketIF packet)
|
void |
TCPServer.send(SocketIF sc,
PacketIF packet)
|
Modifier and Type | Method and Description |
---|---|
void |
PacketListener.paketArrived(SocketIF socket,
PacketIF packet)
This method is called from the
AbstractPacketWorker thread
once it has reassembled a complete PacketIF on a
SocketIF . |
Modifier and Type | Class and Description |
---|---|
class |
PacketPing
A Ping packet implementation
|
class |
PacketPong
A Pong packet implementation
|
class |
PacketUnknown
An unknown packet implementation.
|
class |
SimplePacket
Simple packets are 1-byte packets not requiring any reconstruction.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPacketWorker.fireListeners(SocketIF socket,
PacketIF packet)
Once a
PacketIF has been completely reconstructed, registered
listeners are notified via this method. |
Modifier and Type | Method and Description |
---|---|
void |
ClientListener.paketArrived(SocketIF socket,
PacketIF packet) |
void |
ServerTest.paketArrived(SocketIF channel,
PacketIF packet) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestPacket |
class |
TestPacketOne |
Modifier and Type | Method and Description |
---|---|
void |
ClientListener.paketArrived(SocketIF socket,
PacketIF packet) |
void |
MultiSocketClientListener.paketArrived(SocketIF socket,
PacketIF packet) |
void |
ServerTest.paketArrived(SocketIF channel,
PacketIF packet) |
void |
MultiSocketClient.send(PacketIF packet)
|