Class ProxyProtocolClientConnectionFactory.V1
java.lang.Object
org.eclipse.jetty.io.ClientConnectionFactory.Wrapper
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
Nested ClassesModifier 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, ClientConnectionFactory.Wrapper
-
Field Summary
Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CONTEXT_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewProxyProtocolConnection
(EndPoint endPoint, Map<String, Object> context) Methods inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
newConnection
Methods inherited from class org.eclipse.jetty.io.ClientConnectionFactory.Wrapper
customize, getWrapped
-
Constructor Details
-
V1
-
-
Method Details
-
newProxyProtocolConnection
protected ProxyProtocolClientConnectionFactory.ProxyProtocolConnection newProxyProtocolConnection(EndPoint endPoint, Map<String, Object> context) - Specified by:
newProxyProtocolConnection
in classProxyProtocolClientConnectionFactory
-