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