|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.common.support.AbstractIoFilterChain
org.apache.mina.transport.socket.nio.MultiThreadSocketFilterChain
class MultiThreadSocketFilterChain
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(org.apache.mina.common.IoSession parent)
Method Detail |
---|
protected void doWrite(org.apache.mina.common.IoSession session, org.apache.mina.common.IoFilter.WriteRequest writeRequest)
doWrite
in class org.apache.mina.common.support.AbstractIoFilterChain
protected void doClose(org.apache.mina.common.IoSession session) throws IOException
doClose
in class org.apache.mina.common.support.AbstractIoFilterChain
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |