org.apache.mina.transport.socket.nio
Class MultiThreadSocketFilterChain

java.lang.Object
  extended by org.apache.mina.common.support.AbstractIoFilterChain
      extended by org.apache.mina.transport.socket.nio.MultiThreadSocketFilterChain
All Implemented Interfaces:
org.apache.mina.common.IoFilterChain

 class MultiThreadSocketFilterChain
extends org.apache.mina.common.support.AbstractIoFilterChain

An IoFilterChain for socket transport (TCP/IP).


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.mina.common.IoFilterChain
org.apache.mina.common.IoFilterChain.Entry
 
Field Summary
 
Fields inherited from class org.apache.mina.common.support.AbstractIoFilterChain
CONNECT_FUTURE
 
Constructor Summary
MultiThreadSocketFilterChain(org.apache.mina.common.IoSession parent)
           
 
Method Summary
protected  void doClose(org.apache.mina.common.IoSession session)
           
protected  void doWrite(org.apache.mina.common.IoSession session, org.apache.mina.common.IoFilter.WriteRequest writeRequest)
           
 
Methods inherited from class org.apache.mina.common.support.AbstractIoFilterChain
addAfter, addBefore, addFirst, addLast, clear, contains, contains, contains, finalize, fireExceptionCaught, fireFilterClose, fireFilterWrite, fireMessageReceived, fireMessageSent, fireSessionClosed, fireSessionCreated, fireSessionIdle, fireSessionOpened, get, getAll, getAllReversed, getEntry, getNextFilter, getSession, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiThreadSocketFilterChain

MultiThreadSocketFilterChain(org.apache.mina.common.IoSession parent)
Method Detail

doWrite

protected void doWrite(org.apache.mina.common.IoSession session,
                       org.apache.mina.common.IoFilter.WriteRequest writeRequest)
Specified by:
doWrite in class org.apache.mina.common.support.AbstractIoFilterChain

doClose

protected void doClose(org.apache.mina.common.IoSession session)
                throws IOException
Specified by:
doClose in class org.apache.mina.common.support.AbstractIoFilterChain
Throws:
IOException


Licensed to the Apache Software Foundation