Class Netty4TcpServerChannel

    • Method Summary

      Modifier and Type Method Description
      void addCloseListener​(ActionListener<java.lang.Void> listener)  
      void close()  
      java.net.InetSocketAddress getLocalAddress()  
      java.lang.String getProfile()  
      boolean isOpen()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
      • toString

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