Uses of Class
org.eclipse.jetty.http3.client.internal.HTTP3SessionClient
Packages that use HTTP3SessionClient
Package
Description
-
Uses of HTTP3SessionClient in org.eclipse.jetty.http3.client.http
Methods in org.eclipse.jetty.http3.client.http with parameters of type HTTP3SessionClientModifier and TypeMethodDescriptionprotected HttpConnection
HttpClientTransportOverHTTP3.newHttpConnection
(HttpDestination destination, HTTP3SessionClient session) -
Uses of HTTP3SessionClient in org.eclipse.jetty.http3.client.http.internal
Methods in org.eclipse.jetty.http3.client.http.internal that return HTTP3SessionClientModifier and TypeMethodDescriptionHttpChannelOverHTTP3.getSession()
HttpConnectionOverHTTP3.getSession()
Methods in org.eclipse.jetty.http3.client.http.internal with parameters of type HTTP3SessionClientModifier and TypeMethodDescriptionprotected HttpConnectionOverHTTP3
SessionClientListener.newHttpConnection
(HttpDestination destination, HTTP3SessionClient session) Constructors in org.eclipse.jetty.http3.client.http.internal with parameters of type HTTP3SessionClientModifierConstructorDescriptionHttpChannelOverHTTP3
(HttpDestination destination, HttpConnectionOverHTTP3 connection, HTTP3SessionClient session) HttpConnectionOverHTTP3
(HttpDestination destination, HTTP3SessionClient session) -
Uses of HTTP3SessionClient in org.eclipse.jetty.http3.client.internal
Methods in org.eclipse.jetty.http3.client.internal that return HTTP3SessionClient