org.apache.mina.handler.multiton

Interface SingleSessionIoHandlerFactory

public interface SingleSessionIoHandlerFactory

A factory that creates SingleSessionIoHandler to be used with one particular session.
See Also:
SingleSessionIoHandler

Method Summary

SingleSessionIoHandler
getHandler(IoSession session)
Returns a SingleSessionIoHandler for the given session.

Method Details

getHandler

public SingleSessionIoHandler getHandler(IoSession session)
Returns a SingleSessionIoHandler for the given session.
Parameters:
session - the session for which a handler is requested