org.apache.mina.protocol
Interface ProtocolSessionManager
- All Superinterfaces:
- SessionManager
- All Known Subinterfaces:
- ProtocolAcceptor, ProtocolConnector
- All Known Implementing Classes:
- IoProtocolAcceptor, IoProtocolConnector, VmPipeAcceptor, VmPipeConnector
- public interface ProtocolSessionManager
- extends SessionManager
A SessionManager
for Protocol layer.
ProtocolFilter
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)
getFilterChain
public ProtocolFilterChain getFilterChain()
- Returns the filter chain that filters all events which is related
with sessions this manager manages.