Class ProxyAuthenticationProtocolHandler

java.lang.Object
org.eclipse.jetty.client.AuthenticationProtocolHandler
org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
All Implemented Interfaces:
ProtocolHandler

public class ProxyAuthenticationProtocolHandler extends AuthenticationProtocolHandler

A protocol handler that handles the 401 response code in association with the Proxy-Authenticate header.

See Also: