Package org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory
-
@Deprecated public interface SingleSessionIoHandlerFactory
Deprecated.this class is deprecatedA factory that createsSingleSessionIoHandlerto 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 SingleSessionIoHandlergetHandler(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
SingleSessionIoHandlerfor the given session. - Throws:
Exception- If we can't get the handler
-
-