Uses of Class
org.eclipse.jetty.client.HttpClient
Packages that use HttpClient
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Proxy : Async Proxy Support
-
Uses of HttpClient in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpClientModifier and TypeFieldDescriptionprivate final HttpClient
AbstractConnectorHttpClientTransport.ClientSelectorManager.client
private HttpClient
AbstractHttpClientTransport.client
private final HttpClient
AuthenticationProtocolHandler.client
private final HttpClient
HttpDestination.client
private final HttpClient
HttpRedirector.client
private final HttpClient
HttpRequest.client
private final HttpClient
RequestNotifier.client
Methods in org.eclipse.jetty.client that return HttpClientModifier and TypeMethodDescriptionprotected HttpClient
AbstractHttpClientTransport.getHttpClient()
protected HttpClient
AuthenticationProtocolHandler.getHttpClient()
HttpConnection.getHttpClient()
HttpDestination.getHttpClient()
Methods in org.eclipse.jetty.client with parameters of type HttpClientModifier and TypeMethodDescriptionprotected void
AbstractConnectorHttpClientTransport.configure
(HttpClient client, SocketChannel channel) protected ConnectionPool
HttpDestination.newConnectionPool
(HttpClient client) protected Queue<HttpExchange>
HttpDestination.newExchangeQueue
(HttpClient client) protected SelectorManager
AbstractConnectorHttpClientTransport.newSelectorManager
(HttpClient client) void
AbstractHttpClientTransport.setHttpClient
(HttpClient client) void
HttpClientTransport.setHttpClient
(HttpClient client) Sets theHttpClient
instance on this transport.Constructors in org.eclipse.jetty.client with parameters of type HttpClientModifierConstructorDescriptionprotected
AuthenticationProtocolHandler
(HttpClient client, int maxContentLength) protected
ClientSelectorManager
(HttpClient client, int selectors) HttpDestination
(HttpClient client, Origin origin) HttpRedirector
(HttpClient client) protected
HttpRequest
(HttpClient client, HttpConversation conversation, URI uri) protected
MultiplexHttpDestination
(HttpClient client, Origin origin) PoolingHttpDestination
(HttpClient client, Origin origin) ProxyAuthenticationProtocolHandler
(HttpClient client, int maxContentLength) RedirectProtocolHandler
(HttpClient client) RequestNotifier
(HttpClient client) WWWAuthenticationProtocolHandler
(HttpClient client, int maxContentLength) -
Uses of HttpClient in org.eclipse.jetty.client.http
Fields in org.eclipse.jetty.client.http declared as HttpClientConstructors in org.eclipse.jetty.client.http with parameters of type HttpClient -
Uses of HttpClient in org.eclipse.jetty.fcgi.client.http
Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type HttpClientModifierConstructorDescriptionHttpDestinationOverFCGI
(HttpClient client, Origin origin) MultiplexHttpDestinationOverFCGI
(HttpClient client, Origin origin) -
Uses of HttpClient in org.eclipse.jetty.fcgi.server.proxy
Methods in org.eclipse.jetty.fcgi.server.proxy that return HttpClient -
Uses of HttpClient in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as HttpClientMethods in org.eclipse.jetty.proxy that return HttpClientModifier and TypeMethodDescriptionprotected HttpClient
AbstractProxyServlet.createHttpClient()
Creates aHttpClient
instance, configured with init parameters of this servlet.protected HttpClient
AbstractProxyServlet.getHttpClient()
protected HttpClient
AbstractProxyServlet.newHttpClient()
The servlet init parameter 'selectors' can be set for the number of selector threads to be used by the HttpClient.Constructors in org.eclipse.jetty.proxy with parameters of type HttpClientModifierConstructorDescriptionGZIPContentTransformer
(HttpClient httpClient, AsyncMiddleManServlet.ContentTransformer transformer) -
Uses of HttpClient in org.eclipse.jetty.security.openid
Fields in org.eclipse.jetty.security.openid declared as HttpClientMethods in org.eclipse.jetty.security.openid that return HttpClientModifier and TypeMethodDescriptionOpenIdConfiguration.getHttpClient()
private static HttpClient
OpenIdConfiguration.newHttpClient()
Methods in org.eclipse.jetty.security.openid with parameters of type HttpClientModifier and TypeMethodDescriptionOpenIdConfiguration.fetchOpenIdConnectMetadata
(String provider, HttpClient httpClient) Constructors in org.eclipse.jetty.security.openid with parameters of type HttpClientModifierConstructorDescriptionOpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.