Class NativeDatagramPacketArray.MyMessageProcessor

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MyMessageProcessor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean processMessage​(java.lang.Object msg)
      Will be called for each flushed message until it either there are no more flushed messages or this method returns false.
      • Methods inherited from class java.lang.Object

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

      • connected

        private boolean connected
      • maxMessagesPerWrite

        private int maxMessagesPerWrite
    • Constructor Detail

      • MyMessageProcessor

        private MyMessageProcessor()