Interface IOutputConnectionHandler

    • Method Detail

      • send

        IFuture<java.lang.Void> send​(byte[] dat)
        Called from connection.
      • waitForReady

        IFuture<java.lang.Integer> waitForReady()
        Wait until the connection is ready for the next write.
        Returns:
        Calls future when next data can be written. Provides a value of how much data should be given to the connection for best performance.
      • flush

        void flush()
        Flush the data.