Package | Description |
---|---|
ch.dermitza.securenio | |
ch.dermitza.securenio.packet.worker | |
ch.dermitza.securenio.test.singlebyte | |
ch.dermitza.securenio.test.variablebyte |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSelector.addListener(PacketListener listener)
Pass-through method to allow registration of multiple
PacketListener s to the underlying AbstractPacketWorker . |
void |
AbstractSelector.removeListener(PacketListener listener)
Pass-through method to allow de-registration of multiple
PacketListener s from the underlying AbstractPacketWorker . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPacketWorker.addListener(PacketListener listener)
Allows registration of multiple
PacketListener s to this
AbstractPacketWorker . |
void |
AbstractPacketWorker.removeListener(PacketListener listener)
Allows de-registration of multiple
PacketListener s from this
AbstractPacketWorker . |
Modifier and Type | Class and Description |
---|---|
class |
ClientListener
A simplistic client implementation listening for packets
|
class |
ServerTest |
Modifier and Type | Class and Description |
---|---|
class |
MultiSocketClientListener
A simplistic multi-socket client implementation listening for packets
|