Package org.eclipse.jetty.alpn.client
Class ALPNClientConnectionFactory
java.lang.Object
org.eclipse.jetty.io.NegotiatingClientConnectionFactory
org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
- All Implemented Interfaces:
org.eclipse.jetty.io.ClientConnectionFactory
public class ALPNClientConnectionFactory
extends org.eclipse.jetty.io.NegotiatingClientConnectionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
org.eclipse.jetty.io.ClientConnectionFactory.Decorator -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Executorprivate static final org.eclipse.jetty.util.log.Loggerprivate final List<org.eclipse.jetty.io.ssl.ALPNProcessor.Client> Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CONNECTOR_CONTEXT_KEY -
Constructor Summary
ConstructorsConstructorDescriptionALPNClientConnectionFactory(Executor executor, org.eclipse.jetty.io.ClientConnectionFactory connectionFactory, List<String> protocols) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.io.ConnectionnewConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String, Object> context) Methods inherited from class org.eclipse.jetty.io.NegotiatingClientConnectionFactory
getClientConnectionFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
customize
-
Field Details
-
LOG
private static final org.eclipse.jetty.util.log.Logger LOG -
processors
-
executor
-
protocols
-
-
Constructor Details
-
ALPNClientConnectionFactory
-
-
Method Details
-
newConnection
-