Class AbstractProtocolEncoderOutput

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Queue<java.lang.Object> messageQueue
      The queue where the decoded messages are stored
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(java.lang.Object message)
      Callback for ProtocolEncoder to generate an encoded message such as an IoBuffer.
      • Methods inherited from class java.lang.Object

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

      • messageQueue

        protected final java.util.Queue<java.lang.Object> messageQueue
        The queue where the decoded messages are stored
    • Constructor Detail

      • AbstractProtocolEncoderOutput

        public AbstractProtocolEncoderOutput()
        Creates an instance of AbstractProtocolEncoderOutput