Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ProtocolDecoderOutput
ProtocolDecoder
to generate decoded messages.
ProtocolDecoder
must call write(Object)
for each decoded
messages.
Method Summary | |
void |
|
void |
|
public void write(Object message)
Callback forProtocolDecoder
to generate decoded messages.ProtocolDecoder
must callwrite(Object)
for each decoded messages.
- Parameters:
message
- the decoded message