|
|||||||||
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.IoSessionManagerFilterChain
public abstract class IoSessionManagerFilterChain
An IoFilterChain
that forwards all events
except filterWrite to the IoSessionFilterChain
of the recipient session.
This filter chain is used by implementations of IoSessionManager
s.
Constructor Summary | |
---|---|
protected |
IoSessionManagerFilterChain(IoSessionManager manager)
|
Method Summary | |
---|---|
protected IoFilter |
createTailFilter()
Override this method to create custom tail of this filter chain. |
IoSessionManager |
getManager()
|
Methods inherited from class org.apache.mina.io.AbstractIoFilterChain |
---|
addAfter, addBefore, addFirst, addLast, clear, createHeadFilter, dataRead, dataWritten, doWrite, 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 |
---|
protected IoSessionManagerFilterChain(IoSessionManager manager)
Method Detail |
---|
public IoSessionManager getManager()
protected IoFilter createTailFilter()
AbstractIoFilterChain
createTailFilter
in class AbstractIoFilterChain
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |