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.

ProtocolFilters 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
 ProtocolFilterChain 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

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



Copyright © 2004-2005 . All Rights Reserved.