org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory


public interface SingleSessionIoHandlerFactory

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

Version:
$Rev: 555855 $, $Date: 2007-07-13 05:19:00 +0200 (Fr, 13. Jul 2007) $
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


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.