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
Methods in kong.unirest.core that return Client Modifier and Type Method Description ClientConfig. getClient()Return the current 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 requestMethod parameters in kong.unirest.core with type arguments of type Client Modifier and Type Method Description ConfigConfig. 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 Modifier and Type Class Description classJavaClient
-