ProtocolDecoderOutput
public 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, wait
flush
public void write(Object message)
ProtocolDecoderOutput
ProtocolDecoder
to generate decoded messages.
ProtocolDecoder
must call ProtocolDecoderOutput.write(Object)
for each
decoded messages.write
in interface ProtocolDecoderOutput
message
- the decoded messageCopyright © 2004–2018 Apache MINA Project. All rights reserved.