Package 

Interface ChannelDataEventHandler

  • All Implemented Interfaces:

    
    public interface ChannelDataEventHandler
    
                        

    The interface is used for collecting incoming ChannelData messages from the NetAccessManager (and more precisely - MessageProcessors). This is our way of keeping scalable network and stun layers.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void handleMessageEvent(ChannelDataMessageEvent messageEvent) Called when an incoming Channel Data message has been received, parsed and is ready for delivery.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • handleMessageEvent

         abstract void handleMessageEvent(ChannelDataMessageEvent messageEvent)

        Called when an incoming Channel Data message has been received, parsed and is ready for delivery.

        Parameters:
        messageEvent - the event object that encapsulates the newly received message.