| java.lang.Object org.apache.commons.httpclient.server.ProxyAuthRequestHandler
ProxyAuthRequestHandler | public class ProxyAuthRequestHandler implements HttpRequestHandler(Code) | | This request handler guards access to a proxy when used in a request handler
chain. It checks the headers for valid credentials and performs the
authentication handshake if necessary.
author: Ortwin Glueck author: Oleg Kalnichevski |
PROXY_AUTH_RESP | final public static String PROXY_AUTH_RESP(Code) | | The proxy authenticate response header.
|
ProxyAuthRequestHandler | public ProxyAuthRequestHandler(Credentials creds, String realm, boolean keepalive)(Code) | | TODO replace creds parameter with a class specific to an auth scheme
encapsulating all required information for a specific scheme
Parameters: creds - |
|
|