Uses of Class
org.eclipse.jetty.io.ClientConnectionFactory.Info
Packages that use ClientConnectionFactory.Info
Package
Description
-
Uses of ClientConnectionFactory.Info in org.eclipse.jetty.client.dynamic
Constructors in org.eclipse.jetty.client.dynamic with parameters of type ClientConnectionFactory.InfoModifierConstructorDescriptionHttpClientTransportDynamic
(ClientConnectionFactory.Info... factoryInfos) HttpClientTransportDynamic
(ClientConnector connector, ClientConnectionFactory.Info... factoryInfos) Creates a transport with the givenClientConnector
and the given application protocols. -
Uses of ClientConnectionFactory.Info in org.eclipse.jetty.client.http
Fields in org.eclipse.jetty.client.http declared as ClientConnectionFactory.InfoModifier and TypeFieldDescriptionstatic final ClientConnectionFactory.Info
HttpClientConnectionFactory.HTTP11
Representation of theHTTP/1.1
application protocol used byHttpClientTransportDynamic
. -
Uses of ClientConnectionFactory.Info in org.eclipse.jetty.http2.client.http
Subclasses of ClientConnectionFactory.Info in org.eclipse.jetty.http2.client.httpModifier and TypeClassDescriptionstatic class
Representation of theHTTP/2
application protocol used byHttpClientTransportDynamic
. -
Uses of ClientConnectionFactory.Info in org.eclipse.jetty.http3.client.http
Subclasses of ClientConnectionFactory.Info in org.eclipse.jetty.http3.client.httpModifier and TypeClassDescriptionstatic class
Representation of theHTTP/3
application protocol used byHttpClientTransportDynamic
.