|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolveInterface
This class defines the public interfaces for the Resolver class
Method Summary | |
---|---|
int |
getFollowRedirects()
Gets maximum number of redirects to follow for a single resolution |
java.net.URI |
getProxyResolver()
Returns the URI of the proxy resolver being used. |
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory()
Returns the SSL Socket Factory being used for SSL connections. |
boolean |
isLookaheadMode()
Returns true if lookahead mode is enabled |
XRD |
resolveAuthToXRD(java.lang.String qxri,
java.lang.String trustType,
boolean followRefs)
Resolve XRI. |
void |
setFollowRedirects(int nFollowRedirects)
Sets how many redirects to follow in a single resolution |
void |
setLookaheadMode(boolean bVal)
Sets lookahead mode |
void |
setProxyResolver(java.net.URI oProxyURI)
Sets the proxy resolver to use for XRI resolution |
void |
setSSLSocketFactory(javax.net.ssl.SSLSocketFactory oSocketFactory)
Sets the Socket Factory to use for SSL connections |
Method Detail |
---|
XRD resolveAuthToXRD(java.lang.String qxri, java.lang.String trustType, boolean followRefs) throws XRIParseException, XRIResolutionException
XRIParseException
XRIResolutionException
javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory oSocketFactory)
int getFollowRedirects()
void setFollowRedirects(int nFollowRedirects)
void setProxyResolver(java.net.URI oProxyURI)
oProxyURI
- - The URI of the proxy resolver to use for resolution.
Set to null to disable Proxy resolutionjava.net.URI getProxyResolver()
boolean isLookaheadMode()
void setLookaheadMode(boolean bVal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |