public abstract class AbstractProxyIoHandler extends IoHandlerAdapter
IoHandler that intercepts events until handshake is complete.| Constructor and Description |
|---|
AbstractProxyIoHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
proxySessionOpened(IoSession session)
Method called only when handshake has completed.
|
void |
sessionOpened(IoSession session)
Hooked session opened event.
|
exceptionCaught, messageReceived, messageSent, sessionClosed, sessionCreated, sessionIdlepublic abstract void proxySessionOpened(IoSession session) throws java.lang.Exception
session - the io sessionjava.lang.Exceptionpublic final void sessionOpened(IoSession session) throws java.lang.Exception
sessionOpened in interface IoHandlersessionOpened in class IoHandlerAdaptersession - the io sessionjava.lang.Exception