org.openid4java.util
Class HttpFetcherFactory

java.lang.Object
  extended by org.openid4java.util.HttpFetcherFactory

public class HttpFetcherFactory
extends Object


Constructor Summary
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)
           
 
Method Summary
 HttpFetcher createFetcher(HttpRequestOptions defaultOptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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(SSLContext sslContext)

HttpFetcherFactory

public HttpFetcherFactory(SSLContext sslContext,
                          org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
Method Detail

createFetcher

public HttpFetcher createFetcher(HttpRequestOptions defaultOptions)


Copyright © 2013 Sxip. All Rights Reserved.