Package org.eclipse.jetty.client
Class ProxyProtocolClientConnectionFactory.V1
- java.lang.Object
-
- org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
-
- org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1
-
- All Implemented Interfaces:
ClientConnectionFactory
- Enclosing class:
- ProxyProtocolClientConnectionFactory
@Deprecated(since="2021-05-27") public static class ProxyProtocolClientConnectionFactory.V1 extends ProxyProtocolClientConnectionFactory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A ClientConnectionFactory for the PROXY protocol version 1.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProxyProtocolClientConnectionFactory.V1.Tag
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.-
Nested classes/interfaces inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
ProxyProtocolClientConnectionFactory.V1, ProxyProtocolClientConnectionFactory.V2
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
ClientConnectionFactory.Decorator
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CONNECTOR_CONTEXT_KEY
-
-
Constructor Summary
Constructors Constructor Description V1(ClientConnectionFactory factory)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
getClientConnectionFactory, newConnection
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
customize
-
-
-
-
Constructor Detail
-
V1
public V1(ClientConnectionFactory factory)
Deprecated.
-
-