public class HttpFetcherFactory extends Object
Constructor and Description |
---|
HttpFetcherFactory()
Public constructor for non-Guice installations.
|
HttpFetcherFactory(com.google.inject.Provider<HttpFetcher> provider) |
HttpFetcherFactory(SSLContext sslContext) |
HttpFetcherFactory(SSLContext sslContext,
org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier) |
Modifier and Type | Method and Description |
---|---|
HttpFetcher |
createFetcher(HttpRequestOptions defaultOptions) |
@Inject public HttpFetcherFactory(com.google.inject.Provider<HttpFetcher> provider)
public HttpFetcherFactory()
HttpCache
being used as the HttpFetcher
public HttpFetcherFactory(SSLContext sslContext)
public HttpFetcherFactory(SSLContext sslContext, org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
public HttpFetcher createFetcher(HttpRequestOptions defaultOptions)
Copyright © 2019 Sxip. All rights reserved.