|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProtocolDecoderOutput
Callback for ProtocolDecoder to generate decoded messages.
ProtocolDecoder must call write(Object) for each decoded
messages.
| Method Summary | |
|---|---|
void |
flush()
Flushes all messages you wrote via write(Object) to
the next filter. |
void |
write(java.lang.Object message)
Callback for ProtocolDecoder to generate decoded messages. |
| Method Detail |
|---|
void write(java.lang.Object message)
ProtocolDecoder to generate decoded messages.
ProtocolDecoder must call write(Object) for each
decoded messages.
message - the decoded messagevoid flush()
write(Object) to
the next filter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||