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 classclassA 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 ClientConfig.getFinalClient()(package private) Client(package private) ClientMethods 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) ClientMethod 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