All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description Client<T extends Connection<?>> ClientFactory<T extends Client<Connection<T>>> Connection<T extends Client<Connection<T>>> ConnectionBuilder<T extends Client<Connection<T>>> Builds theConnectionHandlerresponsible to manage all incoming connections.ConnectionFilter The filter of incoming connections.ConnectionHandler<T extends Client<Connection<T>>> Connector<T extends Client<Connection<T>>> PacketBuffer 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.ReadablePacket<T extends Client<Connection<T>>> This class represents a Packet received from the client.StaticPacket This Annotation indicates that a packet can hold static data.WritablePacket<T extends Client<Connection<T>>> This class represents a Packet that can be sent to clients.