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.
|
event, exceptionCaught, inputClosed, messageReceived, messageSent, sessionClosed, sessionCreated, sessionIdlepublic abstract void proxySessionOpened(IoSession session) throws Exception
session - the io sessionException - If the proxy session can't be openedpublic final void sessionOpened(IoSession session) throws Exception
sessionOpened in interface IoHandlersessionOpened in class IoHandlerAdaptersession - the io sessionException - If we get an exception while processing the open eventCopyright © 2004–2024 Apache MINA Project. All rights reserved.