Uses of Interface
kong.unirest.core.Client
-
Packages that use Client Package Description kong.unirest.core kong.unirest.core.java -
-
Uses of Client in kong.unirest.core
Classes in kong.unirest.core that implement Client Modifier and Type Class Description private class
CacheManager.CacheWrapper
class
MockClient
A Mock client for unirest to make requests against This implements both sync and async clientsFields in kong.unirest.core declared as Client Modifier and Type Field Description private Client
CacheManager. originalClient
Fields in kong.unirest.core with type parameters of type Client Modifier and Type Field Description private java.util.Optional<Client>
Config. client
private java.util.function.Function<Config,Client>
Config. clientBuilder
Methods in kong.unirest.core that return Client Modifier and Type Method Description Client
Config. getClient()
Return the current Client.Client
MockConfig. getClient()
private Client
Config. getFinalClient()
(package private) Client
CacheManager. wrap(Client client)
(package private) Client
CacheManager. wrapAsync(Client client)
Methods in kong.unirest.core with parameters of type Client Modifier and Type Method Description Config
Config. httpClient(Client httpClient)
Set the HttpClient implementation to use for every synchronous request(package private) Client
CacheManager. wrap(Client client)
(package private) Client
CacheManager. wrapAsync(Client client)
Method parameters in kong.unirest.core with type arguments of type Client Modifier and Type Method Description Config
Config. httpClient(java.util.function.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 Modifier and Type Class Description class
JavaClient
-