Uses of Interface
com.github.scribejava.core.httpclient.HttpClient
-
-
Uses of HttpClient in com.github.scribejava.core.builder
Methods in com.github.scribejava.core.builder with parameters of type HttpClient Modifier and Type Method Description ServiceBuilderServiceBuilder. httpClient(HttpClient httpClient)ServiceBuilderCommonServiceBuilderCommon. httpClient(HttpClient httpClient)takes precedence over httpClientConfigServiceBuilderOAuth20ServiceBuilderOAuth10a. httpClient(HttpClient httpClient)ServiceBuilderOAuth20ServiceBuilderOAuth20. 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 HttpClient Modifier and Type Method Description OAuth10aServiceDefaultApi10a. createService(String apiKey, String apiSecret, String callback, String scope, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)OAuth20ServiceDefaultApi20. createService(String apiKey, String apiSecret, String callback, String defaultScope, String responseType, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)OAuth20ServiceDefaultApi20. createService(String apiKey, String apiSecret, String callback, String defaultScope, String responseType, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) -
Uses of HttpClient in com.github.scribejava.core.httpclient
Classes in com.github.scribejava.core.httpclient that implement HttpClient Modifier and Type Class Description classAbstractAsyncOnlyHttpClientMethods in com.github.scribejava.core.httpclient that return HttpClient Modifier and Type Method Description HttpClientHttpClientProvider. createClient(HttpClientConfig httpClientConfig) -
Uses of HttpClient in com.github.scribejava.core.httpclient.jdk
Classes in com.github.scribejava.core.httpclient.jdk that implement HttpClient Modifier and Type Class Description classJDKHttpClientMethods in com.github.scribejava.core.httpclient.jdk that return HttpClient Modifier and Type Method Description HttpClientJDKHttpProvider. createClient(HttpClientConfig config) -
Uses of HttpClient in com.github.scribejava.core.oauth
Constructors in com.github.scribejava.core.oauth with parameters of type HttpClient Constructor Description OAuth10aService(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)OAuth20Service(DefaultApi20 api, String apiKey, String apiSecret, String callback, String defaultScope, String responseType, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)OAuthService(String apiKey, String apiSecret, String callback, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)OAuthService(String apiKey, String apiSecret, String callback, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)
-