Uses of Interface
com.github.scribejava.core.httpclient.HttpClientConfig
Packages that use HttpClientConfig
Package
Description
-
Uses of HttpClientConfig in com.github.scribejava.core.builder
Methods in com.github.scribejava.core.builder with parameters of type HttpClientConfigModifier and TypeMethodDescriptionServiceBuilder.httpClientConfig(HttpClientConfig httpClientConfig) ServiceBuilderCommon.httpClientConfig(HttpClientConfig httpClientConfig) ServiceBuilderOAuth10a.httpClientConfig(HttpClientConfig httpClientConfig) ServiceBuilderOAuth20.httpClientConfig(HttpClientConfig httpClientConfig) -
Uses of HttpClientConfig in com.github.scribejava.core.builder.api
Methods in com.github.scribejava.core.builder.api with parameters of type HttpClientConfigModifier 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 HttpClientConfig in com.github.scribejava.core.httpclient
Methods in com.github.scribejava.core.httpclient that return HttpClientConfigMethods in com.github.scribejava.core.httpclient with parameters of type HttpClientConfigModifier and TypeMethodDescriptionHttpClientProvider.createClient(HttpClientConfig httpClientConfig) -
Uses of HttpClientConfig in com.github.scribejava.core.httpclient.jdk
Classes in com.github.scribejava.core.httpclient.jdk that implement HttpClientConfigMethods in com.github.scribejava.core.httpclient.jdk with parameters of type HttpClientConfig -
Uses of HttpClientConfig in com.github.scribejava.core.oauth
Constructors in com.github.scribejava.core.oauth with parameters of type HttpClientConfigModifierConstructorDescriptionOAuth10aService(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)