org.apache.mina.handler.multiton
Interface SingleSessionIoHandlerFactory


Deprecated.

@Deprecated
public interface SingleSessionIoHandlerFactory

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

Author:
Apache MINA Project
See Also:
SingleSessionIoHandler

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

Method Detail

getHandler

SingleSessionIoHandler getHandler(IoSession session)
                                  throws java.lang.Exception
Deprecated. 
Returns a SingleSessionIoHandler for the given session.

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