Class WSConstants

java.lang.Object
org.yamcs.http.websocket.WSConstants

public class WSConstants extends Object
  • Field Details

    • PROTOCOL_VERSION

      public static final int PROTOCOL_VERSION
      See Also:
    • MESSAGE_TYPE_REQUEST

      public static final int MESSAGE_TYPE_REQUEST
      See Also:
    • MESSAGE_TYPE_REPLY

      public static final int MESSAGE_TYPE_REPLY
      See Also:
    • MESSAGE_TYPE_EXCEPTION

      public static final int MESSAGE_TYPE_EXCEPTION
      See Also:
    • MESSAGE_TYPE_DATA

      public static final int MESSAGE_TYPE_DATA
      See Also:
    • NO_REQUEST_ID

      public static final int NO_REQUEST_ID
      When a request could not be parsed up until the request id, we return this request-id in the exception response
      See Also:
  • Constructor Details

    • WSConstants

      public WSConstants()