void |
NullAuthenticator.afterFailedAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
DefaultAuthenticator.afterFailedAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
Authenticator.afterFailedAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
NullAuthenticator.afterSuccessfulAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
DefaultAuthenticator.afterSuccessfulAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
Authenticator.afterSuccessfulAuthentication(HTTPRequest request,
Headers responseHeaders) |
boolean |
NullAuthenticator.canAuthenticatePreemptively(HTTPRequest request) |
boolean |
DefaultAuthenticator.canAuthenticatePreemptively(HTTPRequest request) |
boolean |
Authenticator.canAuthenticatePreemptively(HTTPRequest request) |
HTTPRequest |
DigestAuthenticatorStrategy.prepare(HTTPRequest request,
AuthScheme scheme) |
HTTPRequest |
BasicAuthenticatorStrategy.prepare(HTTPRequest request,
AuthScheme scheme) |
HTTPRequest |
AuthenticatorStrategy.prepare(HTTPRequest request,
AuthScheme scheme) |
HTTPRequest |
ProxyAuthenticator.prepareAuthentication(HTTPRequest request,
HTTPResponse response) |
HTTPRequest |
NullAuthenticator.prepareAuthentication(HTTPRequest request,
HTTPResponse response) |
HTTPRequest |
DefaultProxyAuthenticator.prepareAuthentication(HTTPRequest request,
HTTPResponse response) |
HTTPRequest |
DefaultAuthenticator.prepareAuthentication(HTTPRequest request,
HTTPResponse response) |
HTTPRequest |
Authenticator.prepareAuthentication(HTTPRequest request,
HTTPResponse response) |
HTTPRequest |
ProxyAuthenticator.preparePreemptiveAuthentication(HTTPRequest request) |
HTTPRequest |
NullAuthenticator.preparePreemptiveAuthentication(HTTPRequest request) |
HTTPRequest |
DefaultProxyAuthenticator.preparePreemptiveAuthentication(HTTPRequest request) |
HTTPRequest |
DefaultAuthenticator.preparePreemptiveAuthentication(HTTPRequest request) |
HTTPRequest |
Authenticator.preparePreemptiveAuthentication(HTTPRequest request) |
HTTPRequest |
DigestAuthenticatorStrategy.prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |
HTTPRequest |
BasicAuthenticatorStrategy.prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |
HTTPRequest |
AuthenticatorStrategy.prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |