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 classAbstractConnectorHttpClientTransportclassAbstractHttpClientTransportMethods in org.eclipse.jetty.client that return HttpClientTransport Modifier and Type Method Description HttpClientTransportHttpClient. getTransport()Constructors in org.eclipse.jetty.client with parameters of type HttpClientTransport Constructor Description HttpClient(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 Modifier and Type Class Description classHttpClientTransportOverHTTP -
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 classHttpClientTransportOverFCGI -
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 classHttpClientTransportOverHTTP2 -
Uses of HttpClientTransport in org.eclipse.jetty.unixsocket.client
Classes in org.eclipse.jetty.unixsocket.client that implement HttpClientTransport Modifier and Type Class Description classHttpClientTransportOverUnixSockets
-