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: 451852 $, $Date: 2006-10-02 10:35:45 +0900 (월, 02 10월 2006) $
- Author:
- The Apache Directory Project (dev@directory.apache.org)
getFilterChain
ProtocolFilterChain getFilterChain()
- Returns the filter chain that filters all events which is related
with sessions this manager manages.