Interface PacketHandler<P extends Packet,S extends EngineConnectionState>
- Type Parameters:
S- The connection state
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface PacketHandler<P extends Packet,S extends EngineConnectionState>
Represents a handler for a packet that was received over the network.
-
Method Summary
-
Method Details
-
handle
Handles thePacketsent by a remote connection.- Parameters:
packet- The packet receivedstate- The state that sent the packet
-