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:
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
ConstructorsConstructorDescriptionALPNClientConnectionFactory(Executor executor, ClientConnectionFactory connectionFactory, List<String> protocols) -
Method Summary
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
-
Constructor Details
-
ALPNClientConnectionFactory
public ALPNClientConnectionFactory(Executor executor, ClientConnectionFactory connectionFactory, List<String> protocols)
-
-
Method Details
-
newConnection
- Parameters:
endPoint- theEndPointto link the newly created connection tocontext- the context data to create the connection- Returns:
- a new
Connection
-