|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.mina.io.AbstractIoFilterChain
org.apache.mina.io.IoSessionFilterChain
public class IoSessionFilterChain
An IoFilterChain that forwards filterWrite
requests to the specified IoSessionManagerFilterChain.
This filter chain is used by implementations of IoSessions.
| Constructor Summary | |
|---|---|
IoSessionFilterChain(IoSessionManagerFilterChain managerChain)
|
|
| Method Summary | |
|---|---|
protected void |
doWrite(IoSession session,
ByteBuffer buf,
java.lang.Object marker)
|
| Methods inherited from class org.apache.mina.io.AbstractIoFilterChain |
|---|
addAfter, addBefore, addFirst, addLast, clear, createHeadFilter, createTailFilter, dataRead, dataWritten, exceptionCaught, filterWrite, getChild, getChildren, getChildrenReversed, remove, sessionClosed, sessionIdle, sessionOpened |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IoSessionFilterChain(IoSessionManagerFilterChain managerChain)
| Method Detail |
|---|
protected void doWrite(IoSession session,
ByteBuffer buf,
java.lang.Object marker)
doWrite in class AbstractIoFilterChain
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||