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 HttpClientAbstractHttpClientTransport.getHttpClient()protected HttpClientAuthenticationProtocolHandler.getHttpClient()HttpConnection.getHttpClient()HttpDestination.getHttpClient()Methods in org.eclipse.jetty.client with parameters of type HttpClientModifier and TypeMethodDescriptionprotected ConnectionPoolHttpDestination.newConnectionPool(HttpClient client) protected Queue<HttpExchange>HttpDestination.newExchangeQueue(HttpClient client) voidAbstractHttpClientTransport.setHttpClient(HttpClient client) voidHttpClientTransport.setHttpClient(HttpClient client) Sets theHttpClientinstance on this transport.Constructors in org.eclipse.jetty.client with parameters of type HttpClientModifierConstructorDescriptionprotectedAuthenticationProtocolHandler(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) protectedHttpRequest(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 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.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 HttpClientHttpClientProvider.get()default HttpClientHttpClientProvider.newHttpClient()XmlHttpClientProvider.newHttpClient() -
Uses of HttpClient in org.eclipse.jetty.websocket.jakarta.client
Methods in org.eclipse.jetty.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. -
Uses of HttpClient in org.eclipse.jetty.websocket.jakarta.client.internal
Methods in org.eclipse.jetty.websocket.jakarta.client.internal that return HttpClientModifier and TypeMethodDescriptionprotected HttpClientJakartaWebSocketClientContainer.getHttpClient()Constructors in org.eclipse.jetty.websocket.jakarta.client.internal with parameters of type HttpClientModifierConstructorDescriptionJakartaWebSocketClientContainer(HttpClient httpClient) Create aWebSocketContainerusing the suppliedHttpClientfor environments where you want to configure SSL/TLS or Proxy behaviors.