Package org.eclipse.jetty.alpn.client
Class ALPNClientConnectionFactory
java.lang.Object
org.eclipse.jetty.io.ClientConnectionFactory.Wrapper
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, org.eclipse.jetty.io.ClientConnectionFactory.Info, org.eclipse.jetty.io.ClientConnectionFactory.Wrapper -
Field Summary
Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
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.ClientConnectionFactory.Wrapper
customize, getWrapped
-
Constructor Details
-
ALPNClientConnectionFactory
-
-
Method Details
-
newConnection
-