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 TypeClassDescriptionclassclassFields 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 aHttpClientinstance 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 -
Uses of HttpClientTransport in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement HttpClientTransport -
Uses of HttpClientTransport in org.eclipse.jetty.fcgi.server.proxy
Classes in org.eclipse.jetty.fcgi.server.proxy that implement HttpClientTransportModifier and TypeClassDescriptionprivate class