org.openid4java.util
Class HttpFetcherFactory
java.lang.Object
org.openid4java.util.HttpFetcherFactory
public class HttpFetcherFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_provider
private final com.google.inject.Provider<HttpFetcher> _provider
HttpFetcherFactory
@Inject
public HttpFetcherFactory(com.google.inject.Provider<HttpFetcher> provider)
HttpFetcherFactory
public HttpFetcherFactory()
- Public constructor for non-Guice installations. Results in
HttpCache
being used as the HttpFetcher
HttpFetcherFactory
public HttpFetcherFactory(javax.net.ssl.SSLContext sslContext)
HttpFetcherFactory
public HttpFetcherFactory(javax.net.ssl.SSLContext sslContext,
org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
createFetcher
public HttpFetcher createFetcher(HttpRequestOptions defaultOptions)
Copyright 2006-2008 Sxip Identity Corporation