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 Exception
session - the io sessionExceptionpublic final void sessionOpened(IoSession session) throws Exception
sessionOpened in interface IoHandlersessionOpened in class IoHandlerAdaptersession - the io sessionException