Class AbstractProxyIoHandler

    • Constructor Detail

      • AbstractProxyIoHandler

        public AbstractProxyIoHandler()
    • Method Detail

      • proxySessionOpened

        public abstract void proxySessionOpened​(IoSession session)
                                         throws java.lang.Exception
        Method called only when handshake has completed.
        Parameters:
        session - the io session
        Throws:
        java.lang.Exception - If the proxy session can't be opened
      • sessionOpened

        public final void sessionOpened​(IoSession session)
                                 throws java.lang.Exception
        Hooked session opened event.
        Specified by:
        sessionOpened in interface IoHandler
        Overrides:
        sessionOpened in class IoHandlerAdapter
        Parameters:
        session - the io session
        Throws:
        java.lang.Exception - If we get an exception while processing the open event