public abstract class AbstractProtocolDecoderOutput extends Object implements ProtocolDecoderOutput
ProtocolDecoderOutput based on queue.| Constructor and Description |
|---|
AbstractProtocolDecoderOutput() |
| Modifier and Type | Method and 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 message