Package org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory
public interface SingleSessionIoHandlerFactory
A factory that creates
SingleSessionIoHandler
to be used with one
particular session.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(IoSession session) Returns aSingleSessionIoHandler
for the given session.
-
Method Details
-
getHandler
Returns aSingleSessionIoHandler
for the given session.- Parameters:
session
- the session for which a handler is requested
-