| Interface | Description |
|---|---|
| ClientFactory<T extends Client<Connection<T>>> | |
| ConnectionFilter |
The filter of incoming connections.
|
| PacketExecutor<T extends Client<Connection<T>>> |
This class is responsible to execute the incoming packets.
|
| PacketHandler<T extends Client<Connection<T>>> |
This class is responsible to handler the incoming data.
|
| Class | Description |
|---|---|
| Client<T extends Connection<?>> | |
| Connection<T extends Client<Connection<T>>> | |
| ConnectionBuilder<T extends Client<Connection<T>>> |
Builds the
ConnectionHandler responsible to manage all incoming connections. |
| ConnectionHandler<T extends Client<Connection<T>>> | |
| Connector<T extends Client<Connection<T>>> | |
| ReadablePacket<T extends Client<Connection<T>>> |
This class represents a Packet received from the client.
|
| WritablePacket<T extends Client<Connection<T>>> |
This class represents a Packet that can be sent to clients.
|
| Annotation Type | Description |
|---|---|
| StaticPacket |
This Annotation indicates that a packet can hold static data.
|