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 Type
    Method
    Description
    void
    Handle a received HTTP request.
    void
    This is called upon instantiating the handler to pass it the configured details of the service.
  • Method Details

    • setServiceDetails

      void setServiceDetails(HTTPServiceDetails serviceDetails)
      This is called upon instantiating the handler to pass it the configured details of the service.
      Parameters:
      serviceDetails - the service details
    • handleHTTPRequest

      void handleHTTPRequest(HTTPRequest request)
      Handle a received HTTP request.
      Parameters:
      request - the details of the request