Uses of Class
org.eclipse.jetty.client.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
Modifier and TypeMethodDescriptionprotected HttpClient
AbstractHttpClientTransport.getHttpClient()
protected HttpClient
AuthenticationProtocolHandler.getHttpClient()
HttpConnection.getHttpClient()
HttpDestination.getHttpClient()
Modifier 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.ModifierConstructorDescriptionprotected
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
-
Uses of HttpClient in org.eclipse.jetty.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.security.openid
ModifierConstructorDescriptionOpenIdConfiguration
(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
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()
-
Uses of HttpClient in org.eclipse.jetty.websocket.javax.client
Modifier 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
Modifier and TypeMethodDescriptionprotected HttpClient
JavaxWebSocketClientContainer.getHttpClient()
ModifierConstructorDescriptionJavaxWebSocketClientContainer
(HttpClient httpClient) Create aWebSocketContainer
using the suppliedHttpClient
for environments where you want to configure SSL/TLS or Proxy behaviors.