Uses of Interface
org.openid4java.util.HttpFetcher

Packages that use HttpFetcher
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
org.openid4java.discovery.html   
org.openid4java.discovery.xri   
org.openid4java.discovery.yadis   
org.openid4java.util   
 

Uses of HttpFetcher in org.openid4java.consumer
 

Fields in org.openid4java.consumer declared as HttpFetcher
private  HttpFetcher ConsumerManager._httpFetcher
          Direct pointer to HttpFetcher, for association and signature verification requests.
 

Methods in org.openid4java.consumer that return HttpFetcher
(package private)  HttpFetcher ConsumerManager.getHttpFetcher()
           
 

Uses of HttpFetcher in org.openid4java.discovery.html
 

Fields in org.openid4java.discovery.html declared as HttpFetcher
private  HttpFetcher HtmlResolver._httpFetcher
           
 

Methods in org.openid4java.discovery.html with parameters of type HttpFetcher
 java.util.List HtmlResolver.discoverHtml(UrlIdentifier identifier, HttpFetcher httpFetcher)
          Performs HTML discovery on the supplied URL identifier.
 

Uses of HttpFetcher in org.openid4java.discovery.xri
 

Fields in org.openid4java.discovery.xri declared as HttpFetcher
private  HttpFetcher XriDotNetProxyResolver._httpFetcher
           
 

Uses of HttpFetcher in org.openid4java.discovery.yadis
 

Fields in org.openid4java.discovery.yadis declared as HttpFetcher
private  HttpFetcher YadisResolver._httpFetcher
           
 

Methods in org.openid4java.discovery.yadis that return HttpFetcher
 HttpFetcher YadisResolver.getHttpFetcher()
           
 

Methods in org.openid4java.discovery.yadis with parameters of type HttpFetcher
 java.util.List YadisResolver.discover(java.lang.String url, HttpFetcher httpFetcher)
          Performs Yadis discovery on the YadisURL.
 java.util.List YadisResolver.discover(java.lang.String url, int maxRedirects, HttpFetcher httpFetcher)
          Performs Yadis discovery on the YadisURL.
 YadisResult YadisResolver.discover(java.lang.String url, int maxRedirects, HttpFetcher httpFetcher, java.util.Set serviceTypes)
           
 

Constructors in org.openid4java.discovery.yadis with parameters of type HttpFetcher
YadisResolver(HttpFetcher httpFetcher)
           
 

Uses of HttpFetcher in org.openid4java.util
 

Classes in org.openid4java.util that implement HttpFetcher
 class AbstractHttpFetcher
           
 class HttpCache
          Wrapper cache around HttpClient providing caching for HTTP requests.
 

Fields in org.openid4java.util with type parameters of type HttpFetcher
private  com.google.inject.Provider<HttpFetcher> HttpFetcherFactory._provider
           
 

Methods in org.openid4java.util that return HttpFetcher
 HttpFetcher HttpFetcherFactory.createFetcher(HttpRequestOptions defaultOptions)
           
 HttpFetcher HttpFetcherFactory.HttpCacheProvider.get()
           
 

Constructor parameters in org.openid4java.util with type arguments of type HttpFetcher
HttpFetcherFactory(com.google.inject.Provider<HttpFetcher> provider)
           
 



Copyright 2006-2008 Sxip Identity Corporation