cfboom.http.protocol

Interface HttpRequestExecutor

cfboom.http.protocol.HttpRequestExecutor
All Known Implementing Classes:
BasicHttpRequestExecutor

The main HttpRequest executor that produces an HttpResponse

Class Attributes:
  • cfboom : Joel Tobey
  •  
  • displayname : Interface HttpRequestExecutor
  •  
    Method Summary
    HttpResponse execute([HttpRequest req])
         Executes HTTP request using the default context.

    Method Detail

    execute

    public HttpResponse execute([HttpRequest req])

    Executes HTTP request using the default context. never an intermediate response with an 1xx status code. Whether redirects or authentication challenges will be returned or handled automatically depends on the implementation and configuration of this client.

    Parameters:
    req
    Returns:
    the response to the request. This is always a final response,