Package org.eclipse.jetty.http3.client
Class HTTP3ClientConnectionFactory
java.lang.Object
org.eclipse.jetty.http3.client.HTTP3ClientConnectionFactory
- All Implemented Interfaces:
org.eclipse.jetty.io.ClientConnectionFactory,org.eclipse.jetty.quic.common.ProtocolSession.Factory
public class HTTP3ClientConnectionFactory
extends Object
implements org.eclipse.jetty.io.ClientConnectionFactory, org.eclipse.jetty.quic.common.ProtocolSession.Factory
A ClientConnectionFactory implementation that creates HTTP/3 specific
Connection objects to be linked to a QuicStreamEndPoint.
-
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 -
Field Summary
Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CLIENT_CONTEXT_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.io.ConnectionnewConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String, Object> context) org.eclipse.jetty.quic.common.ProtocolSessionnewProtocolSession(org.eclipse.jetty.quic.common.QuicSession quicSession, Map<String, Object> context) Methods 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
-
HTTP3ClientConnectionFactory
public HTTP3ClientConnectionFactory()
-
-
Method Details
-
newProtocolSession
public org.eclipse.jetty.quic.common.ProtocolSession newProtocolSession(org.eclipse.jetty.quic.common.QuicSession quicSession, Map<String, Object> context) - Specified by:
newProtocolSessionin interfaceorg.eclipse.jetty.quic.common.ProtocolSession.Factory
-
newConnection
public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String, Object> context) - Specified by:
newConnectionin interfaceorg.eclipse.jetty.io.ClientConnectionFactory
-