Class HttpProxy

java.lang.Object
org.eclipse.jetty.client.ProxyConfiguration.Proxy
org.eclipse.jetty.client.HttpProxy

public class HttpProxy extends ProxyConfiguration.Proxy

Client-side proxy configuration for HTTP proxying, as specified by RFC 9110.

By default the communication between client and proxy happens using the HTTP/1.1 protocol, but it may be configured to use also other HTTP protocol versions, such as HTTP/2.