| Package | Description |
|---|---|
| com.atlassian.httpclient.api | |
| com.atlassian.httpclient.api.factory |
| Class and Description |
|---|
| Buildable |
| Common |
| EntityBuilder
A basic contract to be implemented by all entity builders.
|
| EntityBuilder.Entity
Represents a built entity consisting of a set of HTTP headers and an
InputStream. |
| FormBuilder
Builds url-encoded form entities for use as HTTP request message bodies.
|
| HttpClient
A service providing asynchronous HTTP request creation and execution.
|
| HttpStatus
HTTP Status code, for reference see:
the wikipedia page.
Hypertext Transfer Protocol -- HTTP/1.1, RFC 2616
HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV), RFC 4918
Binding Extensions to Web Distributed Authoring and Versioning (WebDAV), RFC 5842
Delta encoding in HTTP, RFC 3229
|
| Message
An abstract base class for HTTP messages (i.e.
|
| Request
An interface for building and executing HTTP requests.
|
| Request.Builder |
| Request.Method |
| Response
Represents the result of an HTTP request.
|
| Response.Builder |
| ResponsePromise
A specific type of Promise for transforming a promise with a response into another object
with functions for different HTTP codes and situations
|
| ResponseTransformation
Transforms the
ResponsePromise into a target object, allowing for transforming functions based on different
HTTP codes or exceptions. |
| ResponseTransformation.Builder |
| Class and Description |
|---|
| HttpClient
A service providing asynchronous HTTP request creation and execution.
|
| Request
An interface for building and executing HTTP requests.
|
Copyright © 2012–2018 Atlassian. All rights reserved.