public abstract class AbstractProtocolDecoderOutput extends java.lang.Object implements ProtocolDecoderOutput
ProtocolDecoderOutput based on queue.| Constructor and Description |
|---|
AbstractProtocolDecoderOutput() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Queue<java.lang.Object> |
getMessageQueue() |
void |
write(java.lang.Object message)
Callback for
ProtocolDecoder to generate decoded messages. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflushpublic 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