Interface ProtocolDecoderOutput

All Known Implementing Classes:
AbstractProtocolDecoderOutput, ProtocolCodecFilter.ProtocolDecoderOutputImpl

public interface ProtocolDecoderOutput
Callback for ProtocolDecoder to generate decoded messages. ProtocolDecoder must call write(Object) for each decoded messages.