public interface ProxyAuthenticator
| Modifier and Type | Method and Description |
|---|---|
void |
afterFailedAuthentication(Headers responseHeaders) |
void |
afterSuccessfulAuthentication(Headers responseHeaders) |
boolean |
canAuthenticatePreemptively() |
ProxyConfiguration |
getConfiguration() |
void |
invalidateAuthentication() |
HTTPRequest |
prepareAuthentication(HTTPRequest request,
HTTPResponse response) |
HTTPRequest |
preparePreemptiveAuthentication(HTTPRequest request) |
HTTPRequest prepareAuthentication(HTTPRequest request, HTTPResponse response)
HTTPRequest preparePreemptiveAuthentication(HTTPRequest request)
void invalidateAuthentication()
ProxyConfiguration getConfiguration()
boolean canAuthenticatePreemptively()
void afterSuccessfulAuthentication(Headers responseHeaders)
void afterFailedAuthentication(Headers responseHeaders)
Copyright © 2008-2013. All Rights Reserved.