Interface PacketHandler<P extends Packet,C extends EngineConnection> 
- Type Parameters:
 C- The connection type
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
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 receivedconnection- The connection that sent the packet
 
 -