Interface TCPNIOConnection.ConnectResultHandler

  • Enclosing class:
    TCPNIOConnection

    protected static interface TCPNIOConnection.ConnectResultHandler
    This interface implementations can be used to be notified about the TCPNIOConnection connect state.
    • Method Detail

      • connected

        void connected()
                throws java.io.IOException
        Throws:
        java.io.IOException
      • failed

        void failed​(java.lang.Throwable t)