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 aSingleSessionIoHandlerfor the given session.
-
Method Details
-
getHandler
Returns aSingleSessionIoHandlerfor the given session.- Parameters:
session- the session for which a handler is requested
-