Interface ProtocolDecoderOutput

All Known Implementing Classes:
SimpleProtocolDecoderOutput

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

    Modifier and Type
    Method
    Description
    void
    Flushes all messages you wrote via write(Object) to the next filter.
    void
    write(Object message)
    Callback for ProtocolDecoder to generate decoded messages.