Uses of Interface
com.github.scribejava.core.httpclient.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in com.github.scribejava.core.builder
Methods in com.github.scribejava.core.builder with parameters of type HttpClientModifier and TypeMethodDescriptionServiceBuilder.httpClient(HttpClient httpClient) ServiceBuilderCommon.httpClient(HttpClient httpClient) takes precedence over httpClientConfigServiceBuilderOAuth10a.httpClient(HttpClient httpClient) ServiceBuilderOAuth20.httpClient(HttpClient httpClient) -
Uses of HttpClient in com.github.scribejava.core.builder.api
Methods in com.github.scribejava.core.builder.api with parameters of type HttpClientModifier and TypeMethodDescriptionDefaultApi10a.createService(String apiKey, String apiSecret, String callback, String scope, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) DefaultApi20.createService(String apiKey, String apiSecret, String callback, String defaultScope, String responseType, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) -
Uses of HttpClient in com.github.scribejava.core.httpclient
Classes in com.github.scribejava.core.httpclient that implement HttpClientMethods in com.github.scribejava.core.httpclient that return HttpClientModifier and TypeMethodDescriptionHttpClientProvider.createClient(HttpClientConfig httpClientConfig) -
Uses of HttpClient in com.github.scribejava.core.httpclient.jdk
Classes in com.github.scribejava.core.httpclient.jdk that implement HttpClientMethods in com.github.scribejava.core.httpclient.jdk that return HttpClient -
Uses of HttpClient in com.github.scribejava.core.oauth
Constructors in com.github.scribejava.core.oauth with parameters of type HttpClientModifierConstructorDescriptionOAuth10aService(DefaultApi10a api, String apiKey, String apiSecret, String callback, String scope, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) OAuth20Service(DefaultApi20 api, String apiKey, String apiSecret, String callback, String defaultScope, String responseType, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) OAuthService(String apiKey, String apiSecret, String callback, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)