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