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:
  • Field Details

  • Constructor Details

    • ProxyAuthenticationProtocolHandler

      public ProxyAuthenticationProtocolHandler(HttpClient client)
    • ProxyAuthenticationProtocolHandler

      public ProxyAuthenticationProtocolHandler(HttpClient client, int maxContentLength)
  • Method Details