Package io.github.joealisson.mmocore
-
Interface Summary 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 Summary Class Description Client<T extends Connection<?>> Connection<T extends Client<Connection<T>>> ConnectionBuilder<T extends Client<Connection<T>>> Builds theConnectionHandlerresponsible to manage all incoming connections.ConnectionHandler<T extends Client<Connection<T>>> Connector<T extends Client<Connection<T>>> PacketBuffer 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 Types Summary Annotation Type Description StaticPacket This Annotation indicates that a packet can hold static data.