|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.protocol.SimpleProtocolDecoderOutput
public class SimpleProtocolDecoderOutput
A ProtocolDecoderOutput
based on queue.
Constructor Summary | |
---|---|
SimpleProtocolDecoderOutput()
|
Method Summary | |
---|---|
Queue |
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 |
Constructor Detail |
---|
public SimpleProtocolDecoderOutput()
Method Detail |
---|
public Queue getMessageQueue()
public void write(java.lang.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 message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |