| Body |
|
| BodyPart |
|
| Cache |
Cache interface for response caching
|
| Cache.Builder |
|
| Cache.Key |
Interface for the cache key which can be implemented by consumers
The key should implement equals and hashCode
It must must return the time the key was created.
|
| Cache.KeyGenerator |
A functional interface to generate a cache key
|
| Callback |
|
| Client |
The client that does the work.
|
| Config |
|
| ContentType |
|
| Cookie |
Represents a cookie parsed from the set-cookie header
per https://tools.ietf.org/html/rfc6265
note that the RFC is awful.
|
| Cookie.SameSite |
|
| Cookies |
Represents a collection of cookies with some helper methods for parsing and getting cookie
|
| Empty |
|
| GenericType |
Parts of this file were taken from Jackson/core TypeReference under the Apache License:
Apache (Software) License, version 2.0 ("the License").
|
| GetRequest |
|
| Header |
|
| Headers |
|
| HttpMethod |
|
| HttpRequest |
The primary request builder used to create a request.
|
| HttpRequestSummary |
A summary of a request about to be performed
|
| HttpRequestWithBody |
A request Builder for POST and PUT operations with a body.
|
| HttpResponse |
|
| HttpResponseSummary |
A Summary of rhe response
|
| Interceptor |
Each configuration of Unirest has an interceptor.
|
| JsonNode |
|
| JsonPatchItem |
|
| JsonPatchOperation |
|
| JsonPatchRequest |
|
| MetricContext |
A metric context for the current request
|
| MultipartBody |
Represents a multi-part body builder for a request.
|
| MultipartMode |
|
| ObjectMapper |
Interface for object mappers that can transform response bodies to other structures.
|
| PagedList |
|
| ProgressMonitor |
A ProgressMonitor is a functional interface which can be passed to unirest for the purposes of
monitoring uploads and downloads.
|
| Proxy |
|
| QueryParams |
|
| QueryParams.NameValuePair |
|
| RawResponse |
The Raw Response represents the response before any mapping or consumption of the content.
|
| RequestBodyEntity |
|
| RetryStrategy |
A Strategy for performing retries.
|
| UniMetric |
A UniMetric is a factory for producing a MetricContext this will be called just before
any Http Request
|
| UnirestException |
|
| UnirestInstance |
A Instance of the unirest runtime, you can have many of these but it is the config
and its clients where all the action happens.
|
| UnirestParsingException |
|
| WebSocketRequest |
|
| WebSocketResponse |
Just a silly little class that holds on to the socket and listener
|