Package org.sensorhub.api.service
Class HttpServiceConfig
java.lang.Object
org.sensorhub.api.module.ModuleConfigBase
org.sensorhub.api.module.ModuleConfig
org.sensorhub.api.service.ServiceConfig
org.sensorhub.api.service.HttpServiceConfig
- All Implemented Interfaces:
Cloneable
Base configuration class for HTTP services (i.e. services deployed on the embedded HTTP server)
- Since:
- Apr 22, 2021
-
Field Summary
FieldsFields inherited from class org.sensorhub.api.module.ModuleConfig
autoStart, description, id
Fields inherited from class org.sensorhub.api.module.ModuleConfigBase
moduleClass, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sensorhub.api.module.ModuleConfig
clone
-
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()
-