|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.protocol.AbstractProtocolFilterChain
org.apache.mina.protocol.ProtocolSessionManagerFilterChain
public abstract class ProtocolSessionManagerFilterChain
An ProtocolFilterChain
that forwards all events
except filterWrite to the ProtocolSessionFilterChain
of the recipient session.
This filter chain is used by implementations of ProtocolSessionManager
s.
Constructor Summary | |
---|---|
protected |
ProtocolSessionManagerFilterChain(ProtocolSessionManager manager)
|
Method Summary | |
---|---|
protected ProtocolFilter |
createTailFilter()
Override this method to create custom head of this filter chain. |
ProtocolSessionManager |
getManager()
|
Methods inherited from class org.apache.mina.protocol.AbstractProtocolFilterChain |
---|
addAfter, addBefore, addFirst, addLast, clear, createHeadFilter, doWrite, 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 |
---|
protected ProtocolSessionManagerFilterChain(ProtocolSessionManager manager)
Method Detail |
---|
public ProtocolSessionManager getManager()
protected ProtocolFilter createTailFilter()
AbstractProtocolFilterChain
createTailFilter
in class AbstractProtocolFilterChain
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |