所有类 接口概要 类概要 枚举概要 异常错误概要
| 类 |
说明 |
| AbstractBody<T> |
Request body parent class
|
| AsyncResponseContext |
Async Http Response.
|
| AsyncResponseHandler<T> |
Consumer the response body, and when consumer finished, return the transformed value.
|
| Bodies |
Utils method to create body
|
| Body<T> |
A http request body.
|
| BodySubscriberProvider<T> |
Given a response info, provide a BodySubscriber
|
| Client |
The http client.
|
| ClientBuilder |
Builder to build Http Client.
|
| ClientProperties |
|
| ContentType |
The HTTP Content Type header value.
|
| Cookie |
HTTP cookie, following RFC6265.
|
| Cookies |
Collection of Cookie
|
| Header |
Http header
|
| HeaderNames |
Well-known http header names
|
| Headers |
The http headers.
|
| IllegalStatusCodeException |
Thrown when status code is not 2xx
|
| InputSupplier |
InputStream Supplier
|
| InputSuppliers |
InputStream Supplier Utils
|
| JsonMarshaller |
Interface for marshalling to and unmarshalling from json.
|
| JsonMarshallerNotFoundException |
Thrown when no valid JsonMarshaller implementation was found.
|
| JsonMarshallers |
Utils for get JsonMarshaller
|
| KeyStores |
Utils for loading keystore
|
| Method |
Http method
|
| MimeType |
HTTP mime type.
|
| NameValue |
Immutable name-value pair, the name and value cannot be null.
|
| Param |
Immutable parameter, for uri query string, and www-form-encoded parameters.
|
| Part<T> |
One part of multipart request.
|
| Parts |
|
| Proxies |
Utils class for create Proxy
|
| ProxySelectors |
Utils for creating ProxySelector
|
| Request |
Http request
|
| RequestBuilder |
Http Request builder
|
| RequestContext |
For carrying http client for chained call.
|
| RequestInterruptedException |
Thrown when request send is interrupted.
|
| RequestsException |
Thrown when request failed.
|
| Response<T> |
Http Response with body be transformed
|
| ResponseContext |
Raw blocking http response.
|
| ResponseHandler<B extends Closeable,T> |
Handle response in blocking way.
|
| ResponseInfo |
Carry the http response info, mainly the http status code and headers.
|
| StatusCodes |
Status code for http response
|
| TooManyRedirectsException |
Thrown when redirect too many times.
|
| TrustManagerLoadFailedException |
Thrown when something wrong occurred when load certificate, construct trust manager, etc.
|