|
|||||||||
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.ProtocolSessionFilterChain
public class ProtocolSessionFilterChain
An IoFilterChain
that forwards filterWrite
requests to the specified IoSessionManagerFilterChain
.
This filter chain is used by implementations of IoSession
s.
Constructor Summary | |
---|---|
ProtocolSessionFilterChain(ProtocolSessionManagerFilterChain managerChain)
|
Method Summary | |
---|---|
protected void |
doWrite(ProtocolSession session,
java.lang.Object message)
|
Methods inherited from class org.apache.mina.protocol.AbstractProtocolFilterChain |
---|
addAfter, addBefore, addFirst, addLast, clear, createHeadFilter, createTailFilter, 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 |
---|
public ProtocolSessionFilterChain(ProtocolSessionManagerFilterChain managerChain)
Method Detail |
---|
protected void doWrite(ProtocolSession session, java.lang.Object message)
doWrite
in class AbstractProtocolFilterChain
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |