Class HTTP3ClientConnectionFactory
java.lang.Object
org.eclipse.jetty.http3.client.HTTP3ClientConnectionFactory
- All Implemented Interfaces:
 ClientConnectionFactory, ProtocolSession.Factory
public class HTTP3ClientConnectionFactory
extends Object
implements ClientConnectionFactory, ProtocolSession.Factory
A ClientConnectionFactory implementation that creates HTTP/3 specific
Connection objects to be linked to a StreamEndPoint.
- 
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
Modifier and TypeMethodDescriptionnewConnection(EndPoint endPoint, Map<String, Object> context) newProtocolSession(Session quicSession, Map<String, Object> context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClientConnectionFactory
customize 
- 
Constructor Details
- 
HTTP3ClientConnectionFactory
public HTTP3ClientConnectionFactory() 
 - 
 - 
Method Details
- 
newProtocolSession
- Specified by:
 newProtocolSessionin interfaceProtocolSession.Factory
 - 
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 
 
 -