Uses of Interface
org.eclipse.jetty.client.HttpClientTransport
-
Packages that use HttpClientTransport Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http2.client.http org.eclipse.jetty.unixsocket.client -
-
Uses of HttpClientTransport in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement HttpClientTransport Modifier and Type Class Description class
AbstractConnectorHttpClientTransport
class
AbstractHttpClientTransport
Methods in org.eclipse.jetty.client that return HttpClientTransport Modifier and Type Method Description HttpClientTransport
HttpClient. getTransport()
Constructors in org.eclipse.jetty.client with parameters of type HttpClientTransport Constructor Description HttpClient(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 Modifier and Type Class Description class
HttpClientTransportOverHTTP
-
Uses of HttpClientTransport in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement HttpClientTransport Modifier and Type Class Description class
HttpClientTransportOverFCGI
-
Uses of HttpClientTransport in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement HttpClientTransport Modifier and Type Class Description class
HttpClientTransportOverHTTP2
-
Uses of HttpClientTransport in org.eclipse.jetty.unixsocket.client
Classes in org.eclipse.jetty.unixsocket.client that implement HttpClientTransport Modifier and Type Class Description class
HttpClientTransportOverUnixSockets
-