Class ProtocolCodecFilter.ProtocolEncoderOutputImpl

    • Field Detail

      • destination

        private final java.net.SocketAddress destination
        The WriteRequest destination
    • Method Detail

      • flush

        public WriteFuture flush()
        Flushes all buffers you wrote via ProtocolEncoderOutput.write(Object) to the session. This operation is asynchronous; please wait for the returned WriteFuture if you want to wait for the buffers flushed.
        Returns:
        null if there is nothing to flush at all.