Class TCPTransportHelper

    • Field Detail

      • MAX_PARTIAL_WRITE_RETAIN

        public static final int MAX_PARTIAL_WRITE_RETAIN
        See Also:
        Constant Field Values
      • remainingBytesToScatter

        private long remainingBytesToScatter
      • channel

        private final java.nio.channels.SocketChannel channel
      • delayed_write

        private java.nio.ByteBuffer delayed_write
      • user_data

        private java.util.Map user_data
      • trace

        boolean trace
      • tcp_address

        private volatile java.net.InetSocketAddress tcp_address
      • closed

        private volatile boolean closed
      • rnd

        private static final java.util.Random rnd
    • Constructor Detail

      • TCPTransportHelper

        public TCPTransportHelper​(java.nio.channels.SocketChannel _channel)