Interface ProxyMessageProcessor


public interface ProxyMessageProcessor
Decodes a message that arrived from another server and hands it to the module it belongs to.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(byte[] bytes)
    Decodes and dispatches one message.
  • Method Details

    • process

      void process(byte[] bytes)
      Decodes and dispatches one message.
      Parameters:
      bytes - the raw payload