ProtocolDecoderOutputpublic abstract class AbstractProtocolDecoderOutput extends Object implements ProtocolDecoderOutput
ProtocolDecoderOutput based on queue.| Constructor | Description |
|---|---|
AbstractProtocolDecoderOutput() |
| Modifier and Type | Method | Description |
|---|---|---|
Queue<Object> |
getMessageQueue() |
|
void |
write(Object message) |
Callback for
ProtocolDecoder to generate decoded messages. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflushpublic void write(Object message)
ProtocolDecoderOutputProtocolDecoder to generate decoded messages.
ProtocolDecoder must call ProtocolDecoderOutput.write(Object) for each
decoded messages.write in interface ProtocolDecoderOutputmessage - the decoded messageCopyright © 2004–2018 Apache MINA Project. All rights reserved.