Package org.eclipse.jetty.io
Class NegotiatingClientConnectionFactory
java.lang.Object
org.eclipse.jetty.io.NegotiatingClientConnectionFactory
- All Implemented Interfaces:
ClientConnectionFactory
- Direct Known Subclasses:
ALPNClientConnectionFactory
public abstract class NegotiatingClientConnectionFactory
extends Object
implements ClientConnectionFactory
-
Nested Class Summary
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
ModifierConstructorDescriptionprotected
NegotiatingClientConnectionFactory
(ClientConnectionFactory connectionFactory) -
Method Summary
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, newConnection
-
Constructor Details
-
NegotiatingClientConnectionFactory
-
-
Method Details
-
getClientConnectionFactory
-