Uses of Interface
org.eclipse.jetty.client.HttpClientTransport
Packages that use HttpClientTransport
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of HttpClientTransport in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement HttpClientTransportModifier and TypeClassDescriptionclass
class
Fields in org.eclipse.jetty.client declared as HttpClientTransportMethods in org.eclipse.jetty.client that return HttpClientTransportConstructors in org.eclipse.jetty.client with parameters of type HttpClientTransportModifierConstructorDescriptionHttpClient
(HttpClientTransport transport) Creates aHttpClient
instance that can perform requests to non-TLS destinations only (that is, requests with the "http" scheme only, and not "https").HttpClient
(HttpClientTransport transport, SslContextFactory sslContextFactory) -
Uses of HttpClientTransport in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement HttpClientTransport