Class ProxyProtocolClientConnectionFactory

java.lang.Object
org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
All Implemented Interfaces:
ClientConnectionFactory
Direct Known Subclasses:
ProxyProtocolClientConnectionFactory.V1, ProxyProtocolClientConnectionFactory.V2

@Deprecated(since="2021-05-27") public abstract class ProxyProtocolClientConnectionFactory extends Object implements ClientConnectionFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.

ClientConnectionFactory for the PROXY protocol.

Use the ProxyProtocolClientConnectionFactory.V1 or ProxyProtocolClientConnectionFactory.V2 versions of this class to specify what version of the PROXY protocol you want to use.