org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory


public interface SingleSessionIoHandlerFactory

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

Version:
$Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $
Author:
The Apache MINA Project (dev@mina.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)
                                  throws Exception
Returns a SingleSessionIoHandler for the given session.

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


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