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 classCacheManager.CacheWrapperclassMockClientA 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 ClientCacheManager. originalClientFields in kong.unirest.core with type parameters of type Client Modifier and Type Field Description private java.util.Optional<Client>Config. clientprivate java.util.function.Function<Config,Client>Config. clientBuilderMethods in kong.unirest.core that return Client Modifier and Type Method Description ClientConfig. getClient()Return the current Client.ClientMockConfig. getClient()private ClientConfig. getFinalClient()(package private) ClientCacheManager. wrap(Client client)(package private) ClientCacheManager. wrapAsync(Client client)Methods in kong.unirest.core with parameters of type Client Modifier and Type Method Description ConfigConfig. httpClient(Client httpClient)Set the HttpClient implementation to use for every synchronous request(package private) ClientCacheManager. wrap(Client client)(package private) ClientCacheManager. wrapAsync(Client client)Method parameters in kong.unirest.core with type arguments of type Client Modifier and Type Method Description ConfigConfig. 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 classJavaClient
-