public abstract class ProxyProtocolClientConnectionFactory extends Object implements ClientConnectionFactory
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyProtocolClientConnectionFactory.V1
A ClientConnectionFactory for the PROXY protocol version 1.
|
static class |
ProxyProtocolClientConnectionFactory.V2
A ClientConnectionFactory for the PROXY protocol version 2.
|
ClientConnectionFactory.DecoratorCONNECTOR_CONTEXT_KEY| Modifier and Type | Method and Description |
|---|---|
ClientConnectionFactory |
getClientConnectionFactory() |
Connection |
newConnection(EndPoint endPoint,
Map<String,Object> context) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcustomizepublic ClientConnectionFactory getClientConnectionFactory()
public Connection newConnection(EndPoint endPoint, Map<String,Object> context)
newConnection in interface ClientConnectionFactoryendPoint - the EndPoint to link the newly created connection tocontext - the context data to create the connectionConnectionCopyright © 2010 - 2020 Adobe. All Rights Reserved