@Deprecated public interface SingleSessionIoHandlerFactory
SingleSessionIoHandler to be used with one
particular session.SingleSessionIoHandler| Modifier and Type | Method and Description |
|---|---|
SingleSessionIoHandler |
getHandler(IoSession session)
Deprecated.
Returns a
SingleSessionIoHandler for the given session. |
SingleSessionIoHandler getHandler(IoSession session) throws Exception
SingleSessionIoHandler for the given session.session - the session for which a handler is requestedException