-
- All Implemented Interfaces:
public interface PeerUdpMessageEventHandlerThe interface is used for collecting incoming Peer UDP Message messages from the NetAccessManager (and more precisely - MessageProcessors) if it is of no other type. This is our way of keeping scalable network and stun layers.
-
-
Method Summary
Modifier and Type Method Description abstract voidhandleMessageEvent(PeerUdpMessageEvent messageEvent)Called when an incoming Peer UDP message has been received, parsed and is ready for delivery. -
-
Method Detail
-
handleMessageEvent
abstract void handleMessageEvent(PeerUdpMessageEvent messageEvent)
Called when an incoming Peer UDP message has been received, parsed and is ready for delivery.
- Parameters:
messageEvent- the event object that encapsulates the newly received message.
-
-
-
-