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:
 ClientConnectionFactory
- 
Nested Class Summary
Nested classes/interfaces inherited from interface ClientConnectionFactory
ClientConnectionFactory.Decorator, ClientConnectionFactory.Info, ClientConnectionFactory.Wrapper - 
Field Summary
Fields inherited from interface ClientConnectionFactory
CONTEXT_KEY - 
Constructor Summary
ConstructorsConstructorDescriptionALPNClientConnectionFactory(Executor executor, ClientConnectionFactory connectionFactory, List<String> protocols)  - 
Method Summary
Methods inherited from class ClientConnectionFactory.Wrapper
customize, getWrapped 
- 
Constructor Details
- 
ALPNClientConnectionFactory
public ALPNClientConnectionFactory(Executor executor, ClientConnectionFactory connectionFactory, List<String> protocols)  
 - 
 - 
Method Details
- 
newConnection
- Specified by:
 newConnectionin interfaceClientConnectionFactory- Overrides:
 newConnectionin classClientConnectionFactory.Wrapper- Parameters:
 endPoint- theEndPointto link the newly created connection tocontext- the context data to create the connection- Returns:
 - a new 
Connection 
 
 -