Class HttpServiceConfig

All Implemented Interfaces:
Cloneable

public class HttpServiceConfig extends ServiceConfig

Base configuration class for HTTP services (i.e. services deployed on the embedded HTTP server)

Since:
Apr 22, 2021
  • Field Details

    • endPoint

      @DisplayInfo(label="Endpoint", desc="Path of service endpoint relative to the context URL (e.g. http://server.net/sensorhub)") public String endPoint
  • Constructor Details

    • HttpServiceConfig

      public HttpServiceConfig()