org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory


public interface SingleSessionIoHandlerFactory

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

Version:
$Rev: 439913 $, $Date: 2006-09-04 05:12:43 +0200 (Mon, 04 Sep 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

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

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