Class SignalReader

java.lang.Object
starfederation.datastar.utils.SignalReader

public class SignalReader extends Object
  • Constructor Details

    • SignalReader

      public SignalReader()
  • Method Details

    • readSignals

      public static void readSignals(RequestAdapter requestAdapter, ConcurrentMap<String,Object> store) throws IOException
      Parses incoming data from the browser and unmarshals it into the given store object.
      Parameters:
      requestAdapter - The request adapter wrapping the incoming request.
      store - A Map that will hold the parsed data.
      Throws:
      IOException - If an error occurs during reading or parsing.