All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BasicResponse<T> Body BodyPart<T> ByteArrayPart ByteResponse Cache Cache interface for response cachingCache.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 keyCallback<T> 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 cookieCookieSpecs Standard cookie specifications supported by Unirest.CoreFactory Empty FailedResponse<T> A failed response you COULD return if you want to live in a house of lies.FilePart FileResponse Foo GenericType<T> Parts of this file were taken from Jackson/core TypeReference under the Apache License: Apache (Software) License, version 2.0 ("the License").GetRequest Header HeaderNames Constants enumerating the HTTP headers.Headers HttpMethod HttpRequest<R extends HttpRequest> The primary request builder used to create a request.HttpRequestSummary A summary of a request about to be performedHttpRequestWithBody A request Builder for POST and PUT operations with a body.HttpResponse<T> HttpResponseSummary A Summary of rhe responseHttpStatus InputStreamPart Interceptor Each configuration of Unirest has an interceptor.JavaClient JSONArray https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 Represents a JSON ArrayJSONElement JsonEngine JsonEngine.Array JsonEngine.Element JsonEngine.Object JsonEngine.Primitive JSONException JsonNode JSONObject https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 represents a JSON ObjectJsonPatch JsonPatchItem JsonPatchOperation JsonPatchRequest JSONPointer A Json Pointer query object following https://tools.ietf.org/html/rfc6901JSONPointer.Builder JSONPointerException JsonResponse MetricContext A metric context for the current requestMimeTypes A non-exclusive list of the most popular mime content typesMonitoringInputStream MultipartBody Represents a multi-part body builder for a request.MultipartMode ObjectMapper PagedList<T> ParamPart 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 RawResponseBase RequestBodyEntity RetryStrategy A Strategy for performing retries.RetryStrategy.Standard A standard implementation of the RetryStrategy which follows spec based Retry-After logic - Will attempt a retry on any 301, 429, 503, or 529 response which is accompanied by a Retry-After header.SSLContextBuilder StringResponse TestBody UniMetric A UniMetric is a factory for producing a MetricContext this will be called just before any Http RequestUnirest UnirestConfigException 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 UnrecoverableException An exception which prevents Unirest from attempting to recover the body from a failed response / parsing errorUtil WebSocketRequest WebSocketRequestImpl WebSocketResponse Just a silly little class that holds on to the socket and listener