public interface HttpClient extends RequestFactory
Request instance with one of the newRequest() methods. Then,
populate the request with any additional options, and finally call one of its HTTP verb methods to execute the
request. See the Request class for finer control over the construction of the HTTP requests to be executed.| Modifier and Type | Method and Description |
|---|---|
Builders |
builders() |
com.atlassian.util.concurrent.Promise<Response> |
execute(Request request)
Executes this request through the
HttpClient service. |
newRequest, newRequest, newRequest, newRequest, newRequestcom.atlassian.util.concurrent.Promise<Response> execute(Request request)
HttpClient service.Builders builders()
Copyright © 2012-2013 Atlassian. All Rights Reserved.