Uses of Class
org.eclipse.jetty.io.ClientConnectionFactory.Info
Package
Description
-
Uses of ClientConnectionFactory.Info in org.eclipse.jetty.client.transport
Modifier and TypeClassDescriptionstatic class
Representation of theHTTP/1.1
application protocol used byHttpClientTransportDynamic
.Modifier and TypeFieldDescriptionstatic final ClientConnectionFactory.Info
HttpClientConnectionFactory.HTTP11
Representation of theHTTP/1.1
application protocol used byHttpClientTransportDynamic
.ModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.HttpClientTransportDynamic
(ClientConnector connector, ClientConnectionFactory.Info... infos) Creates a dynamic transport with the givenClientConnector
and the given protocols, in order of preference (first the most preferred). -
Uses of ClientConnectionFactory.Info in org.eclipse.jetty.http2.client.transport
Modifier and TypeClassDescriptionstatic class
Representation of theHTTP/2
application protocol used byHttpClientTransportDynamic
. -
Uses of ClientConnectionFactory.Info in org.eclipse.jetty.http3.client.transport
Modifier and TypeClassDescriptionstatic class
Representation of theHTTP/3
application protocol used byHttpClientTransportDynamic
.
HttpClientTransportDynamic(ClientConnector, ClientConnectionFactory.Info...)