Class HTTP2ClientConnectionFactory
java.lang.Object
org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
- 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
Constructors - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClientConnectionFactory
customize 
- 
Constructor Details
- 
HTTP2ClientConnectionFactory
public HTTP2ClientConnectionFactory() 
 - 
 - 
Method Details
- 
newConnection
- Specified by:
 newConnectionin interfaceClientConnectionFactory- Parameters:
 endPoint- theEndPointto link the newly created connection tocontext- the context data to create the connection- Returns:
 - a new 
Connection 
 
 -