Uses of Interface
kong.unirest.core.Client
Packages that use Client
-
Uses of Client in kong.unirest.core
Classes in kong.unirest.core that implement ClientModifier and TypeClassDescriptionprivate class
class
A Mock client for unirest to make requests against This implements both sync and async clientsFields in kong.unirest.core declared as ClientFields in kong.unirest.core with type parameters of type ClientMethods in kong.unirest.core that return ClientModifier and TypeMethodDescriptionConfig.getClient()
Return the current Client.MockConfig.getClient()
private Client
Config.getFinalClient()
(package private) Client
(package private) Client
Methods in kong.unirest.core with parameters of type ClientModifier and TypeMethodDescriptionConfig.httpClient
(Client httpClient) Set the HttpClient implementation to use for every synchronous request(package private) Client
(package private) Client
Method parameters in kong.unirest.core with type arguments of type ClientModifier and TypeMethodDescriptionConfig.httpClient
(Function<Config, Client> httpClient) Provide a builder for a client -
Uses of Client in kong.unirest.core.java
Classes in kong.unirest.core.java that implement Client