org.apache.mina.io
Interface IoSessionManager

All Superinterfaces:
SessionManager
All Known Subinterfaces:
IoAcceptor, IoConnector
All Known Implementing Classes:
DatagramAcceptor, DatagramConnector, SocketAcceptor, SocketConnector

public interface IoSessionManager
extends SessionManager

A SessionManager for I/O layer.

IoFilters can be added and removed at any time to filter events just like Servlet filters and they are effective immediately.

Version:
$Rev: 332218 $, $Date: 2005-11-10 12:52:42 +0900 $
Author:
The Apache Directory Project (dev@directory.apache.org)

Method Summary
 IoFilterChain getFilterChain()
          Returns the filter chain that filters all events which is related with sessions this manager manages.
 
Methods inherited from interface org.apache.mina.common.SessionManager
getExceptionMonitor, setExceptionMonitor
 

Method Detail

getFilterChain

IoFilterChain getFilterChain()
Returns the filter chain that filters all events which is related with sessions this manager manages.



Copyright © 2004-2005 . All Rights Reserved.