org.apache.mina.io
Interface IoSessionManager
- All Superinterfaces:
- SessionManager
- All Known Subinterfaces:
- IoAcceptor, IoConnector
- All Known Implementing Classes:
- DatagramAcceptor, DatagramConnector, org.apache.mina.io.datagram.DatagramSessionManager, SocketAcceptor, SocketConnector
- public interface IoSessionManager
- extends SessionManager
A SessionManager
for I/O layer.
IoFilter
s can be added and removed at any time to filter
events just like Servlet filters and they are effective immediately.
- Version:
- $Rev: 326586 $, $Date: 2005-10-19 17:50:29 +0200 (Wed, 19 Oct 2005) $
- 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. |
getFilterChain
public IoFilterChain getFilterChain()
- Returns the filter chain that filters all events which is related
with sessions this manager manages.