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