|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the user agent for the HTTP client. This interface is optionally implemented by the user if the user requires notification of certain HTTP events.
Method Summary | |
Credential |
getCredential(java.lang.String realm,
java.lang.String url,
int scheme)
Get the authentication credentials. |
Credential |
getProxyCredential(java.lang.String realm,
java.lang.String url,
int scheme)
Get the proxy authentication credentials. |
Method Detail |
public Credential getCredential(java.lang.String realm, java.lang.String url, int scheme)
url
- the URL of the requestscheme
- the value representing the authentication scheme as found in
Credentialpublic Credential getProxyCredential(java.lang.String realm, java.lang.String url, int scheme)
url
- the URL of the requestscheme
- the value representing the authentication scheme as found in
Credential
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |