Uses of Class
org.eclipse.jetty.client.HttpClient
Packages that use HttpClient
Package
Description
Jetty Proxy : Async Proxy Support
Jetty Proxy : Async Proxy Support
Jetty Proxy : Async Proxy Support
Jetty WebSocket API :: Client
Jetty Proxy : Async Proxy Support
Jetty WebSocket API :: Client
Jetty WebSocket API :: Client
- 
Uses of HttpClient in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientAbstractHttpClientTransport.getHttpClient()protected HttpClientAuthenticationProtocolHandler.getHttpClient()Destination.getHttpClient()Methods in org.eclipse.jetty.client with parameters of type HttpClientModifier and TypeMethodDescriptionvoidAbstractHttpClientTransport.setHttpClient(HttpClient client) voidHttpClient.Aware.setHttpClient(HttpClient httpClient) voidHttpClientTransport.setHttpClient(HttpClient client) Sets theHttpClientinstance on this transport.Constructors in org.eclipse.jetty.client with parameters of type HttpClientModifierConstructorDescriptionprotectedAuthenticationProtocolHandler(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.jmx
Methods in org.eclipse.jetty.client.jmx that return HttpClient - 
Uses of HttpClient in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return HttpClientModifier and TypeMethodDescriptionHttpConnection.getHttpClient()HttpDestination.getHttpClient()protected HttpClientHttpRequest.getHttpClient()Methods in org.eclipse.jetty.client.transport with parameters of type HttpClientModifier and TypeMethodDescriptionprotected ConnectionPoolHttpDestination.newConnectionPool(HttpClient client) protected Queue<HttpExchange> HttpDestination.newExchangeQueue(HttpClient client) Constructors in org.eclipse.jetty.client.transport with parameters of type HttpClientModifierConstructorDescriptionHttpDestination(HttpClient client, Origin origin) Creates a new HTTP destination.HttpRequest(HttpClient client, HttpConversation conversation, URI uri)  - 
Uses of HttpClient in org.eclipse.jetty.ee10.fcgi.proxy
Methods in org.eclipse.jetty.ee10.fcgi.proxy that return HttpClient - 
Uses of HttpClient in org.eclipse.jetty.ee10.proxy
Methods in org.eclipse.jetty.ee10.proxy that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientAbstractProxyServlet.createHttpClient()Creates aHttpClientinstance, configured with init parameters of this servlet.protected HttpClientAbstractProxyServlet.getHttpClient()protected HttpClientAbstractProxyServlet.newHttpClient()The servlet init parameter 'selectors' can be set for the number of selector threads to be used by the HttpClient.protected HttpClientAbstractProxyServlet.newHttpClient(ClientConnector clientConnector) Constructors in org.eclipse.jetty.ee10.proxy with parameters of type HttpClientModifierConstructorDescriptionGZIPContentTransformer(HttpClient httpClient, AsyncMiddleManServlet.ContentTransformer transformer)  - 
Uses of HttpClient in org.eclipse.jetty.ee10.websocket.jakarta.client
Methods in org.eclipse.jetty.ee10.websocket.jakarta.client that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientJakartaWebSocketClientContainer.getHttpClient()Methods in org.eclipse.jetty.ee10.websocket.jakarta.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic jakarta.websocket.WebSocketContainerJakartaWebSocketClientContainerProvider.getContainer(HttpClient httpClient) Get a new instance of a clientWebSocketContainerwhich uses a suppliedHttpClient.Constructors in org.eclipse.jetty.ee10.websocket.jakarta.client with parameters of type HttpClientModifierConstructorDescriptionJakartaWebSocketClientContainer(HttpClient httpClient) Create aWebSocketContainerusing the suppliedHttpClientfor environments where you want to configure SSL/TLS or Proxy behaviors. - 
Uses of HttpClient in org.eclipse.jetty.ee11.fcgi.proxy
Methods in org.eclipse.jetty.ee11.fcgi.proxy that return HttpClient - 
Uses of HttpClient in org.eclipse.jetty.ee11.proxy
Methods in org.eclipse.jetty.ee11.proxy that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientAbstractProxyServlet.createHttpClient()Creates aHttpClientinstance, configured with init parameters of this servlet.protected HttpClientAbstractProxyServlet.getHttpClient()protected HttpClientAbstractProxyServlet.newHttpClient()The servlet init parameter 'selectors' can be set for the number of selector threads to be used by the HttpClient.protected HttpClientAbstractProxyServlet.newHttpClient(ClientConnector clientConnector) Constructors in org.eclipse.jetty.ee11.proxy with parameters of type HttpClientModifierConstructorDescriptionGZIPContentTransformer(HttpClient httpClient, AsyncMiddleManServlet.ContentTransformer transformer)  - 
Uses of HttpClient in org.eclipse.jetty.ee11.websocket.jakarta.client
Methods in org.eclipse.jetty.ee11.websocket.jakarta.client that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientJakartaWebSocketClientContainer.getHttpClient()Methods in org.eclipse.jetty.ee11.websocket.jakarta.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic jakarta.websocket.WebSocketContainerJakartaWebSocketClientContainerProvider.getContainer(HttpClient httpClient) Get a new instance of a clientWebSocketContainerwhich uses a suppliedHttpClient.Constructors in org.eclipse.jetty.ee11.websocket.jakarta.client with parameters of type HttpClientModifierConstructorDescriptionJakartaWebSocketClientContainer(HttpClient httpClient) Create aWebSocketContainerusing the suppliedHttpClientfor environments where you want to configure SSL/TLS or Proxy behaviors. - 
Uses of HttpClient in org.eclipse.jetty.ee8.proxy
Methods in org.eclipse.jetty.ee8.proxy that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientAbstractProxyServlet.createHttpClient()Creates aHttpClientinstance, configured with init parameters of this servlet.protected HttpClientAbstractProxyServlet.getHttpClient()protected HttpClientAbstractProxyServlet.newHttpClient()The servlet init parameter 'selectors' can be set for the number of selector threads to be used by the HttpClient.protected HttpClientAbstractProxyServlet.newHttpClient(ClientConnector clientConnector) Constructors in org.eclipse.jetty.ee8.proxy with parameters of type HttpClientModifierConstructorDescriptionGZIPContentTransformer(HttpClient httpClient, AsyncMiddleManServlet.ContentTransformer transformer)  - 
Uses of HttpClient in org.eclipse.jetty.ee8.websocket.client
Methods in org.eclipse.jetty.ee8.websocket.client that return HttpClientConstructors in org.eclipse.jetty.ee8.websocket.client with parameters of type HttpClientModifierConstructorDescriptionWebSocketClient(HttpClient httpClient) Instantiate a WebSocketClient using HttpClient for defaults - 
Uses of HttpClient in org.eclipse.jetty.ee8.websocket.javax.client
Methods in org.eclipse.jetty.ee8.websocket.javax.client that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientJavaxWebSocketClientContainer.getHttpClient()Methods in org.eclipse.jetty.ee8.websocket.javax.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic javax.websocket.WebSocketContainerJavaxWebSocketClientContainerProvider.getContainer(HttpClient httpClient) Get a new instance of a clientWebSocketContainerwhich uses a suppliedHttpClient.Constructors in org.eclipse.jetty.ee8.websocket.javax.client with parameters of type HttpClientModifierConstructorDescriptionJavaxWebSocketClientContainer(HttpClient httpClient) Create aWebSocketContainerusing the suppliedHttpClientfor environments where you want to configure SSL/TLS or Proxy behaviors. - 
Uses of HttpClient in org.eclipse.jetty.ee9.fcgi.proxy
Methods in org.eclipse.jetty.ee9.fcgi.proxy that return HttpClient - 
Uses of HttpClient in org.eclipse.jetty.ee9.proxy
Methods in org.eclipse.jetty.ee9.proxy that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientAbstractProxyServlet.createHttpClient()Creates aHttpClientinstance, configured with init parameters of this servlet.protected HttpClientAbstractProxyServlet.getHttpClient()protected HttpClientAbstractProxyServlet.newHttpClient()The servlet init parameter 'selectors' can be set for the number of selector threads to be used by the HttpClient.protected HttpClientAbstractProxyServlet.newHttpClient(ClientConnector clientConnector) Constructors in org.eclipse.jetty.ee9.proxy with parameters of type HttpClientModifierConstructorDescriptionGZIPContentTransformer(HttpClient httpClient, AsyncMiddleManServlet.ContentTransformer transformer)  - 
Uses of HttpClient in org.eclipse.jetty.ee9.websocket.client
Methods in org.eclipse.jetty.ee9.websocket.client that return HttpClientConstructors in org.eclipse.jetty.ee9.websocket.client with parameters of type HttpClientModifierConstructorDescriptionWebSocketClient(HttpClient httpClient) Instantiate a WebSocketClient using HttpClient for defaults - 
Uses of HttpClient in org.eclipse.jetty.ee9.websocket.jakarta.client
Methods in org.eclipse.jetty.ee9.websocket.jakarta.client that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientJakartaWebSocketClientContainer.getHttpClient()Methods in org.eclipse.jetty.ee9.websocket.jakarta.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic jakarta.websocket.WebSocketContainerJakartaWebSocketClientContainerProvider.getContainer(HttpClient httpClient) Get a new instance of a clientWebSocketContainerwhich uses a suppliedHttpClient.Constructors in org.eclipse.jetty.ee9.websocket.jakarta.client with parameters of type HttpClientModifierConstructorDescriptionJakartaWebSocketClientContainer(HttpClient httpClient) Create aWebSocketContainerusing the suppliedHttpClientfor environments where you want to configure SSL/TLS or Proxy behaviors. - 
Uses of HttpClient in org.eclipse.jetty.fcgi.proxy
Methods in org.eclipse.jetty.fcgi.proxy that return HttpClient - 
Uses of HttpClient in org.eclipse.jetty.http2.client.transport
Methods in org.eclipse.jetty.http2.client.transport with parameters of type HttpClientModifier and TypeMethodDescriptionvoidClientConnectionFactoryOverHTTP2.setHttpClient(HttpClient httpClient)  - 
Uses of HttpClient in org.eclipse.jetty.http3.client.transport
Methods in org.eclipse.jetty.http3.client.transport with parameters of type HttpClientModifier and TypeMethodDescriptionvoidClientConnectionFactoryOverHTTP3.setHttpClient(HttpClient httpClient)  - 
Uses of HttpClient in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return HttpClientModifier and TypeMethodDescriptionProxyHandler.getHttpClient()protected HttpClientProxyHandler.newHttpClient()Creates a newHttpClientinstance, by default with a thread pool namedproxy-clientand with thedynamic transportconfigured only with HTTP/1.1.Methods in org.eclipse.jetty.proxy with parameters of type HttpClientModifier and TypeMethodDescriptionprotected voidProxyHandler.configureHttpClient(HttpClient httpClient) Configures theHttpClientinstance before it is started.voidProxyHandler.setHttpClient(HttpClient httpClient)  - 
Uses of HttpClient in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid that return HttpClientMethods in org.eclipse.jetty.security.openid with parameters of type 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 authenticationMethod, HttpClient httpClient) Deprecated, for removal: This API element is subject to removal in a future version.OpenIdConfiguration(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Deprecated, for removal: This API element is subject to removal in a future version.UseOpenIdConfiguration.Builderinstead.OpenIdConfiguration(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, HttpClient httpClient) Deprecated, for removal: This API element is subject to removal in a future version.UseOpenIdConfiguration.Builderinstead. - 
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)  
OpenIdConfiguration.Builderinstead.