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
Jetty WebSocket API :: Client
-
Uses of HttpClient in org.eclipse.jetty.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 ConnectionPool
HttpDestination.newConnectionPool
(HttpClient client) protected Queue<HttpExchange>
HttpDestination.newExchangeQueue
(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) DuplexHttpDestination
(HttpClient client, Origin origin) DuplexHttpDestination
(HttpClient client, Origin origin, boolean intrinsicallySecure) HttpDestination
(HttpClient client, Origin origin, boolean intrinsicallySecure) HttpRedirector
(HttpClient client) protected
HttpRequest
(HttpClient client, HttpConversation conversation, URI uri) MultiplexHttpDestination
(HttpClient client, Origin origin) MultiplexHttpDestination
(HttpClient client, Origin origin, boolean intrinsicallySecure) ProxyAuthenticationProtocolHandler
(HttpClient client, int maxContentLength) RedirectProtocolHandler
(HttpClient client) RequestNotifier
(HttpClient client) WWWAuthenticationProtocolHandler
(HttpClient client, int maxContentLength) -
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
Methods 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.protected HttpClient
AbstractProxyServlet.newHttpClient
(ClientConnector clientConnector) 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
Methods in org.eclipse.jetty.security.openid that return HttpClientConstructors in org.eclipse.jetty.security.openid with parameters of type HttpClientModifierConstructorDescriptionOpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, 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, 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. -
Uses of HttpClient in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return HttpClientConstructors in org.eclipse.jetty.websocket.client with parameters of type HttpClientModifierConstructorDescriptionWebSocketClient
(HttpClient httpClient) Instantiates a WebSocketClient with the givenHttpClient
. -
Uses of HttpClient in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return HttpClientConstructors in org.eclipse.jetty.websocket.core.client with parameters of type HttpClientModifierConstructorDescriptionWebSocketCoreClient
(HttpClient httpClient, WebSocketComponents webSocketComponents) -
Uses of HttpClient in org.eclipse.jetty.websocket.core.client.internal
Methods in org.eclipse.jetty.websocket.core.client.internal that return HttpClientModifier and TypeMethodDescriptionstatic HttpClient
HttpClientProvider.get()
default HttpClient
HttpClientProvider.newHttpClient()
XmlHttpClientProvider.newHttpClient()
-
Uses of HttpClient in org.eclipse.jetty.websocket.javax.client
Methods in org.eclipse.jetty.websocket.javax.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic javax.websocket.WebSocketContainer
JavaxWebSocketClientContainerProvider.getContainer
(HttpClient httpClient) Get a new instance of a clientWebSocketContainer
which uses a suppliedHttpClient
. -
Uses of HttpClient in org.eclipse.jetty.websocket.javax.client.internal
Methods in org.eclipse.jetty.websocket.javax.client.internal that return HttpClientModifier and TypeMethodDescriptionprotected HttpClient
JavaxWebSocketClientContainer.getHttpClient()
Constructors in org.eclipse.jetty.websocket.javax.client.internal with parameters of type HttpClientModifierConstructorDescriptionJavaxWebSocketClientContainer
(HttpClient httpClient) Create aWebSocketContainer
using the suppliedHttpClient
for environments where you want to configure SSL/TLS or Proxy behaviors.