Uses of Interface
org.apache.mina.protocol.ProtocolFilterChain

Packages that use ProtocolFilterChain
org.apache.mina.protocol High-level protocol implementation layer (Protocol layer). 
org.apache.mina.protocol.io A wrapper for org.apache.mina.io package to support low-level I/O. 
org.apache.mina.protocol.vmpipe In-VM pipe support which removes the overhead of local loopback communication. 
 

Uses of ProtocolFilterChain in org.apache.mina.protocol
 

Classes in org.apache.mina.protocol that implement ProtocolFilterChain
 class AbstractProtocolFilterChain
          An abstract implementation of ProtocolFilterChain that provides common operations for developers to extend protocol layer.
 class ProtocolSessionFilterChain
          An IoFilterChain that forwards filterWrite requests to the specified IoSessionManagerFilterChain.
 class ProtocolSessionManagerFilterChain
          An ProtocolFilterChain that forwards all events except filterWrite to the ProtocolSessionFilterChain of the recipient session.
 

Methods in org.apache.mina.protocol that return ProtocolFilterChain
 ProtocolFilterChain ProtocolSessionManager.getFilterChain()
          Returns the filter chain that filters all events which is related with sessions this manager manages.
 ProtocolFilterChain ProtocolSession.getFilterChain()
          Returns the filter chain that only affects this session.
 

Uses of ProtocolFilterChain in org.apache.mina.protocol.io
 

Methods in org.apache.mina.protocol.io that return ProtocolFilterChain
 ProtocolFilterChain IoProtocolSession.getFilterChain()
           
 ProtocolFilterChain IoProtocolConnector.getFilterChain()
           
 ProtocolFilterChain IoProtocolAcceptor.getFilterChain()
           
 

Uses of ProtocolFilterChain in org.apache.mina.protocol.vmpipe
 

Methods in org.apache.mina.protocol.vmpipe that return ProtocolFilterChain
 ProtocolFilterChain VmPipeConnector.getFilterChain()
           
 ProtocolFilterChain VmPipeAcceptor.getFilterChain()
           
 



Copyright © 2004-2005 . All Rights Reserved.