org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory


public interface SingleSessionIoHandlerFactory

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

Version:
$Rev: 391231 $, $Date: 2006-04-04 15:21:55 +0900 (Tue, 04 Apr 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)
See Also:
SingleSessionIoHandler

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

Method Detail

getHandler

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

Parameters:
session - the session for which a handler is requested