Class Netty4TcpChannel

    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface CloseableChannel
      • getProfile

        public java.lang.String getProfile()
        Specified by:
        getProfile in interface TcpChannel
      • setSoLinger

        public void setSoLinger​(int value)
                         throws java.io.IOException
        Specified by:
        setSoLinger in interface TcpChannel
        Throws:
        java.io.IOException
      • getLocalAddress

        public java.net.InetSocketAddress getLocalAddress()
        Specified by:
        getLocalAddress in interface TcpChannel
      • getRemoteAddress

        public java.net.InetSocketAddress getRemoteAddress()
        Specified by:
        getRemoteAddress in interface TcpChannel
      • getNettyChannel

        public io.netty.channel.Channel getNettyChannel()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object