| Assert |
a set of assertable things about the requests that the mock client handled.
|
| BaseRequest |
|
| BaseResponse |
|
| Body |
|
| BodyMatcher |
Body Matchers can be used to evaluate a entity 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
|
| CacheManager |
|
| CacheManager.CacheWrapper |
|
| Callback |
|
| Client |
The client that does the work.
|
| CompoundInterceptor |
|
| 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 |
|
| Expectation |
A expectation for a particular method/path
|
| ExpectedResponse |
The expected response of a assertion.
|
| ExpectedResponseRecord |
|
| FieldMatcher |
Matches simple form fields
|
| 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 |
|
| Headers.Entry |
|
| HttpMethod |
|
| HttpRequest |
The primary request builder used to create a request.
|
| HttpRequestBody |
|
| HttpRequestJsonPatch |
|
| HttpRequestMultiPart |
|
| HttpRequestNoBody |
|
| HttpRequestSummary |
A summary of a request about to be performed
|
| HttpRequestUniBody |
|
| 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.
|
| Invocation |
|
| JsonNode |
|
| JsonPatch |
|
| JsonPatchItem |
|
| JsonPatchOperation |
|
| JsonPatchRequest |
|
| MatchStatus |
Indicates a successful match and a description of the failure (if any)
|
| MetricContext |
A metric context for the current request
|
| MockClient |
A Mock client for unirest to make requests against
This implements both sync and async clients
|
| MockConfig |
A Mock Config that will not actually start up any real clients.
|
| MockListener |
A Mock WebSocket.Lister that records messages and has custom asserts.
|
| MockListener.Message |
|
| MockResponse |
A Mock Response that can be used in testing.
|
| MockWebSocket |
A Mock of a websocket that sends messages directly to a single listener on the other side
|
| 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 |
|
| Path |
Class for building a URI with query params
|
| 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 |
|
| ResponseBuilder |
|
| RetryStrategy |
A Strategy for performing retries.
|
| Routes |
|
| SocketSet |
A socket set represents a websocket and the listener for a target.
|
| SummaryFormatter |
|
| Times |
|
| Times.EvaluationResult |
|
| 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
|