Interface DebugMessageProcessor

All Known Implementing Classes:
DebugMessageReceiver

public interface DebugMessageProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disable the message processor.
    void
    Enable the message processor.
    void
    Process the messages in the provided byte array output stream.
  • Method Details

    • processMessages

      void processMessages(ByteArrayOutputStream output)
      Process the messages in the provided byte array output stream.
      Parameters:
      output - the output stream that contains the messages
    • disable

      void disable()
      Disable the message processor.
    • enable

      void enable()
      Enable the message processor.