Package org.eclipse.jetty.io
Class NegotiatingClientConnectionFactory
- java.lang.Object
-
- org.eclipse.jetty.io.NegotiatingClientConnectionFactory
-
- All Implemented Interfaces:
ClientConnectionFactory
@Deprecated(since="2021-05-27") public abstract class NegotiatingClientConnectionFactory extends java.lang.Object implements ClientConnectionFactory
Deprecated.
-
-
Nested Class Summary
-
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 ClientConnectionFactory
getClientConnectionFactory()
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, newConnection
-
-
-
-
Method Detail
-
getClientConnectionFactory
public ClientConnectionFactory getClientConnectionFactory()
Deprecated.
-
-