Interface HTTPServiceHandler
public interface HTTPServiceHandler
This is the interface for user written HTTP services as defined in
WebServer.xml.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleHTTPRequest
(HTTPRequest request) Handle a received HTTP request.void
setServiceDetails
(HTTPServiceDetails serviceDetails) This is called upon instantiating the handler to pass it the configured details of the service.
-
Method Details
-
setServiceDetails
This is called upon instantiating the handler to pass it the configured details of the service.- Parameters:
serviceDetails
- the service details
-
handleHTTPRequest
Handle a received HTTP request.- Parameters:
request
- the details of the request
-