Uses of Package
kong.unirest.core
Packages that use kong.unirest.core
-
Classes in kong.unirest.core used by kong.unirest.coreClassDescriptionCache interface for response cachingInterface 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.A functional interface to generate a cache keyThe client that does the work.Represents a cookie parsed from the set-cookie header per https://tools.ietf.org/html/rfc6265 note that the RFC is awful.Represents a collection of cookies with some helper methods for parsing and getting cookieParts of this file were taken from Jackson/core TypeReference under the Apache License: Apache (Software) License, version 2.0 ("the License").Represents a collection of headersThe primary request builder used to create a request.A summary of a request about to be performedA request Builder for POST and PUT operations with a body. will switch to a MultipartBody once http form variables are introduced. or to a RequestBodyEntityA Summary of rhe responseEach configuration of Unirest has an interceptor.A metric context for the current requestRepresents a multi-part body builder for a request.Interface for object mappers that can transform response bodies to other structures.Class for building a URI with query paramsA ProgressMonitor is a functional interface which can be passed to unirest for the purposes of monitoring uploads and downloads.represents basic proxy settings When this is used to configure the client it sets the following: Proxy host and port are configured as a simple java.net.ProxySelector and set as the default selector Username and password are configured as a single java.net.Authenticator which will apply to ALL auth challenges (not just the proxy)The Raw Response represents the response before any mapping or consumption of the content.A Strategy for performing retries.The Server Sent Event Handler is used to consume Server Sent Events https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-eventsThe Server Sent Event Request Builder interfaceA UniMetric is a factory for producing a MetricContext this will be called just before any Http RequestA Instance of the unirest runtime, you can have many of these but it is the config and its clients where all the action happens.Just a silly little class that holds on to the socket and listener
-
Classes in kong.unirest.core used by kong.unirest.core.javaClassDescriptionThe client that does the work.Parts of this file were taken from Jackson/core TypeReference under the Apache License: Apache (Software) License, version 2.0 ("the License").The primary request builder used to create a request.The Raw Response represents the response before any mapping or consumption of the content.The Server Sent Event Handler is used to consume Server Sent Events https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-eventsThe Server Sent Event Request Builder interfaceJust a silly little class that holds on to the socket and listener
-
Classes in kong.unirest.core used by kong.unirest.core.jsonClassDescriptionInterface for object mappers that can transform response bodies to other structures.