public abstract class AbstractProxyIoHandler extends IoHandlerAdapter
IoHandler that intercepts events until handshake is complete.| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| 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, inputClosed, 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