Interface HTTPEndpoint


public interface HTTPEndpoint
HTTP endpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    process(HTTPRequest httpRequest)
    Processes an HTTP request.
  • Method Details

    • process

      Processes an HTTP request.
      Parameters:
      httpRequest - The HTTP request to process. Must not be null.
      Returns:
      The HTTP response.