Uses of Interface
org.openid4java.util.HttpFetcher

Packages that use HttpFetcher
org.openid4java.discovery.html   
org.openid4java.discovery.yadis   
org.openid4java.util   
 

Uses of HttpFetcher in org.openid4java.discovery.html
 

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.yadis
 

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.
 

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

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



Copyright © 2011 Sxip. All Rights Reserved.