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 -
-
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, org.eclipse.jetty.util.ssl.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
-