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
public static class ProxyProtocolClientConnectionFactory.V1
extends ProxyProtocolClientConnectionFactory
A ClientConnectionFactory for the PROXY protocol version 1.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
PROXY protocol version 1 metadata holder to be used in conjunction withRequest.tag(Object)
.Nested classes/interfaces inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection, ProxyProtocolClientConnectionFactory.V1, ProxyProtocolClientConnectionFactory.V2
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
ClientConnectionFactory.Decorator, ClientConnectionFactory.Info
-
Field Summary
Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CLIENT_CONTEXT_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewProxyProtocolConnection
(EndPoint endPoint, Map<String, Object> context) Methods inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
getClientConnectionFactory, newConnection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
customize
-
Constructor Details
-
V1
-
-
Method Details
-
newProxyProtocolConnection
protected ProxyProtocolClientConnectionFactory.ProxyProtocolConnection newProxyProtocolConnection(EndPoint endPoint, Map<String, Object> context) - Specified by:
newProxyProtocolConnection
in classProxyProtocolClientConnectionFactory
-