Uses of Class
org.eclipse.jetty.client.HttpClient
Package
Description
Jetty Proxy : Async Proxy Support
Jetty WebSocket API :: Client
-
Uses of HttpClient in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionprotected HttpClient
AbstractHttpClientTransport.getHttpClient()
protected HttpClient
AuthenticationProtocolHandler.getHttpClient()
Destination.getHttpClient()
Modifier and TypeMethodDescriptionvoid
AbstractHttpClientTransport.setHttpClient
(HttpClient client) void
HttpClient.Aware.setHttpClient
(HttpClient httpClient) void
HttpClientTransport.setHttpClient
(HttpClient client) Sets theHttpClient
instance on this transport.ModifierConstructorDescriptionprotected
AuthenticationProtocolHandler
(HttpClient client, int maxContentLength) HttpRedirector
(HttpClient client) ProxyAuthenticationProtocolHandler
(HttpClient client, int maxContentLength) RedirectProtocolHandler
(HttpClient client) WWWAuthenticationProtocolHandler
(HttpClient client, int maxContentLength) -
Uses of HttpClient in org.eclipse.jetty.client.internal
-
Uses of HttpClient in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionHttpConnection.getHttpClient()
HttpDestination.getHttpClient()
protected HttpClient
HttpRequest.getHttpClient()
Modifier and TypeMethodDescriptionprotected ConnectionPool
HttpDestination.newConnectionPool
(HttpClient client) protected Queue<HttpExchange>
HttpDestination.newExchangeQueue
(HttpClient client) ModifierConstructorDescriptionHttpDestination
(HttpClient client, Origin origin) Creates a new HTTP destination.HttpDestination
(HttpClient client, Origin origin, boolean intrinsicallySecure) Deprecated, for removal: This API element is subject to removal in a future version.HttpRequest
(HttpClient client, HttpConversation conversation, URI uri) -
Uses of HttpClient in org.eclipse.jetty.ee10.fcgi.proxy
-
Uses of HttpClient in org.eclipse.jetty.ee10.proxy
Modifier 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) ModifierConstructorDescriptionGZIPContentTransformer
(HttpClient httpClient, AsyncMiddleManServlet.ContentTransformer transformer) -
Uses of HttpClient in org.eclipse.jetty.ee10.websocket.jakarta.client
Modifier and TypeMethodDescriptionprotected HttpClient
JakartaWebSocketClientContainer.getHttpClient()
Modifier and TypeMethodDescriptionstatic jakarta.websocket.WebSocketContainer
JakartaWebSocketClientContainerProvider.getContainer
(HttpClient httpClient) Get a new instance of a clientWebSocketContainer
which uses a suppliedHttpClient
.ModifierConstructorDescriptionJakartaWebSocketClientContainer
(HttpClient httpClient) Create aWebSocketContainer
using the suppliedHttpClient
for environments where you want to configure SSL/TLS or Proxy behaviors. -
Uses of HttpClient in org.eclipse.jetty.fcgi.proxy
-
Uses of HttpClient in org.eclipse.jetty.http2.client.transport
Modifier and TypeMethodDescriptionvoid
ClientConnectionFactoryOverHTTP2.setHttpClient
(HttpClient httpClient) -
Uses of HttpClient in org.eclipse.jetty.http3.client.transport
Modifier and TypeMethodDescriptionvoid
ClientConnectionFactoryOverHTTP3.setHttpClient
(HttpClient httpClient) -
Uses of HttpClient in org.eclipse.jetty.proxy
Modifier and TypeMethodDescriptionProxyHandler.getHttpClient()
protected HttpClient
ProxyHandler.newHttpClient()
Creates a newHttpClient
instance, by default with a thread pool namedproxy-client
and with thedynamic transport
configured only with HTTP/1.1.Modifier and TypeMethodDescriptionprotected void
ProxyHandler.configureHttpClient
(HttpClient httpClient) Configures theHttpClient
instance before it is started.void
ProxyHandler.setHttpClient
(HttpClient httpClient) -
Uses of HttpClient in org.eclipse.jetty.security.openid
ModifierConstructorDescriptionOpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, 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
ModifierConstructorDescriptionWebSocketClient
(HttpClient httpClient) Instantiates a WebSocketClient with the givenHttpClient
. -
Uses of HttpClient in org.eclipse.jetty.websocket.core.client
ModifierConstructorDescriptionWebSocketCoreClient
(HttpClient httpClient, WebSocketComponents webSocketComponents) -
Uses of HttpClient in org.eclipse.jetty.websocket.core.client.internal
Modifier and TypeMethodDescriptionstatic HttpClient
HttpClientProvider.get()
default HttpClient
HttpClientProvider.newHttpClient()
XmlHttpClientProvider.newHttpClient()
HttpDestination(HttpClient, Origin)
instead