Package org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory
-
@Deprecated public interface SingleSessionIoHandlerFactory
Deprecated.this class is deprecatedA factory that createsSingleSessionIoHandler
to be used with one particular session.- Author:
- Apache MINA Project
- See Also:
SingleSessionIoHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SingleSessionIoHandler
getHandler(IoSession session)
Deprecated.
-
-
-
Method Detail
-
getHandler
SingleSessionIoHandler getHandler(IoSession session) throws Exception
Deprecated.- Parameters:
session
- the session for which a handler is requested- Returns:
- a
SingleSessionIoHandler
for the given session. - Throws:
Exception
- If we can't get the handler
-
-