|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openid4java.discovery.html.HtmlResolver
public class HtmlResolver
| Constructor Summary | |
|---|---|
HtmlResolver(HttpFetcherFactory httpFetcherFactory)
|
|
| Method Summary | |
|---|---|
java.util.List |
discoverHtml(UrlIdentifier identifier)
Performs HTML discovery on the supplied URL identifier. |
java.util.List |
discoverHtml(UrlIdentifier identifier,
HttpFetcher httpFetcher)
Performs HTML discovery on the supplied URL identifier. |
int |
getMaxRedirects()
Gets the internal limit configured for the maximum number of redirects to be followed for the HTTP calls. |
void |
setMaxRedirects(int maxRedirects)
Sets the maximum number of redirects to be followed for the HTTP calls. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public HtmlResolver(HttpFetcherFactory httpFetcherFactory)
| Method Detail |
|---|
public int getMaxRedirects()
public void setMaxRedirects(int maxRedirects)
public java.util.List discoverHtml(UrlIdentifier identifier)
throws DiscoveryException
identifier - The URL identifier.
DiscoveryException
public java.util.List discoverHtml(UrlIdentifier identifier,
HttpFetcher httpFetcher)
throws DiscoveryException
identifier - The URL identifier.httpFetcher - HttpFetcher object to use for placing the call.
DiscoveryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||