Uses of Interface
kong.unirest.Client
-
Packages that use Client Package Description kong.unirest kong.unirest.java -
-
Uses of Client in kong.unirest
Methods in kong.unirest that return Client Modifier and Type Method Description ClientConfig. getClient()Return the current Client.Methods in kong.unirest 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 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.java
Classes in kong.unirest.java that implement Client Modifier and Type Class Description classJavaClient
-