|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.filter.codec.AbstractProtocolDecoderOutput
public abstract class AbstractProtocolDecoderOutput
A ProtocolDecoderOutput based on queue.
| Constructor Summary | |
|---|---|
AbstractProtocolDecoderOutput()
|
|
| Method Summary | |
|---|---|
java.util.Queue<java.lang.Object> |
getMessageQueue()
|
void |
write(java.lang.Object message)
Callback for ProtocolDecoder to generate decoded messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.mina.filter.codec.ProtocolDecoderOutput |
|---|
flush |
| Constructor Detail |
|---|
public AbstractProtocolDecoderOutput()
| Method Detail |
|---|
public java.util.Queue<java.lang.Object> getMessageQueue()
public void write(java.lang.Object message)
ProtocolDecoderOutputProtocolDecoder to generate decoded messages.
ProtocolDecoder must call ProtocolDecoderOutput.write(Object) for each
decoded messages.
write in interface ProtocolDecoderOutputmessage - the decoded message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||