Package org.eclipse.jetty.client
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 java.lang.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.V1orProxyProtocolClientConnectionFactory.V2versions of this class to specify what version of the PROXY protocol you want to use.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyProtocolClientConnectionFactory.V1Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.static classProxyProtocolClientConnectionFactory.V2Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClientConnectionFactorygetClientConnectionFactory()Deprecated.ConnectionnewConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated.-
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
-
-
-
-
Method Detail
-
getClientConnectionFactory
public ClientConnectionFactory getClientConnectionFactory()
Deprecated.
-
newConnection
public Connection newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Deprecated.- Specified by:
newConnectionin interfaceClientConnectionFactory- Parameters:
endPoint- theEndPointto link the newly created connection tocontext- the context data to create the connection- Returns:
- a new
Connection
-
-