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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.io.Connection
    newConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String,Object> context)
     
    org.eclipse.jetty.quic.common.ProtocolSession
    newProtocolSession(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, wait

    Methods 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:
      newProtocolSession in interface org.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:
      newConnection in interface org.eclipse.jetty.io.ClientConnectionFactory