org.apache.mina.protocol
Class ProtocolSessionFilterChain

java.lang.Object
  extended by org.apache.mina.protocol.AbstractProtocolFilterChain
      extended by org.apache.mina.protocol.ProtocolSessionFilterChain
All Implemented Interfaces:
ProtocolFilterChain

public class ProtocolSessionFilterChain
extends AbstractProtocolFilterChain

An IoFilterChain that forwards filterWrite requests to the specified IoSessionManagerFilterChain.

This filter chain is used by implementations of IoSessions.

Version:
$Rev: 332218 $, $Date: 2005-11-10 12:52:42 +0900 $
Author:
The Apache Directory Project (dev@directory.apache.org)

Constructor Summary
ProtocolSessionFilterChain(ProtocolSessionManagerFilterChain managerChain)
           
 
Method Summary
protected  void doWrite(ProtocolSession session, Object message)
           
 
Methods inherited from class org.apache.mina.protocol.AbstractProtocolFilterChain
addAfter, addBefore, addFirst, addLast, clear, createHeadFilter, createTailFilter, exceptionCaught, filterWrite, getChild, getChildren, getChildrenReversed, messageReceived, messageSent, remove, sessionClosed, sessionIdle, sessionOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolSessionFilterChain

public ProtocolSessionFilterChain(ProtocolSessionManagerFilterChain managerChain)
Method Detail

doWrite

protected void doWrite(ProtocolSession session,
                       Object message)
Specified by:
doWrite in class AbstractProtocolFilterChain


Copyright © 2004-2005 . All Rights Reserved.