Uses of Class
org.eclipse.jetty.client.HttpClient
-
Packages that use HttpClient Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.fcgi.server.proxy org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.security.openid org.eclipse.jetty.websocket.client Jetty WebSocket API :: Clientorg.eclipse.jetty.websocket.core.client org.eclipse.jetty.websocket.javax.client.internal -
-
Uses of HttpClient in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpClient Modifier and Type Method Description protected HttpClientAbstractHttpClientTransport. getHttpClient()protected HttpClientAuthenticationProtocolHandler. getHttpClient()HttpClientHttpConnection. getHttpClient()HttpClientHttpDestination. getHttpClient()Methods in org.eclipse.jetty.client with parameters of type HttpClient Modifier and Type Method Description protected ConnectionPoolHttpDestination. newConnectionPool(HttpClient client)protected java.util.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 HttpClient Constructor Description AuthenticationProtocolHandler(HttpClient client, int maxContentLength)DuplexHttpDestination(HttpClient client, Origin origin)HttpDestination(HttpClient client, Origin origin)HttpRedirector(HttpClient client)HttpRequest(HttpClient client, HttpConversation conversation, java.net.URI uri)MultiplexHttpDestination(HttpClient client, Origin origin)ProxyAuthenticationProtocolHandler(HttpClient client)ProxyAuthenticationProtocolHandler(HttpClient client, int maxContentLength)RedirectProtocolHandler(HttpClient client)RequestNotifier(HttpClient client)WWWAuthenticationProtocolHandler(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 Modifier and Type Method Description protected HttpClientFastCGIProxyServlet. newHttpClient() -
Uses of HttpClient in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return HttpClient Modifier and Type Method Description protected 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 HttpClient Constructor Description GZIPContentTransformer(HttpClient httpClient, AsyncMiddleManServlet.ContentTransformer transformer) -
Uses of HttpClient in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid that return HttpClient Modifier and Type Method Description HttpClientOpenIdConfiguration. getHttpClient()Methods in org.eclipse.jetty.security.openid with parameters of type HttpClient Modifier and Type Method Description voidOpenIdCredentials. redeemAuthCode(HttpClient httpClient)Constructors in org.eclipse.jetty.security.openid with parameters of type HttpClient Constructor Description OpenIdConfiguration(java.lang.String issuer, java.lang.String authorizationEndpoint, java.lang.String tokenEndpoint, java.lang.String clientId, java.lang.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 HttpClient Modifier and Type Method Description HttpClientWebSocketClient. getHttpClient()Constructors in org.eclipse.jetty.websocket.client with parameters of type HttpClient Constructor Description WebSocketClient(HttpClient httpClient)Instantiate a WebSocketClient using HttpClient for defaults -
Uses of HttpClient in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return HttpClient Modifier and Type Method Description static HttpClientHttpClientProvider. get()HttpClientWebSocketCoreClient. getHttpClient()default HttpClientHttpClientProvider. newHttpClient()Constructors in org.eclipse.jetty.websocket.core.client with parameters of type HttpClient Constructor Description WebSocketCoreClient(HttpClient httpClient, WebSocketComponents webSocketComponents) -
Uses of HttpClient in org.eclipse.jetty.websocket.javax.client.internal
Methods in org.eclipse.jetty.websocket.javax.client.internal that return HttpClient Modifier and Type Method Description protected HttpClientJavaxWebSocketClientContainer. getHttpClient()Constructors in org.eclipse.jetty.websocket.javax.client.internal with parameters of type HttpClient Constructor Description JavaxWebSocketClientContainer(HttpClient httpClient)Create aWebSocketContainerusing the suppliedHttpClientfor environments where you want to configure SSL/TLS or Proxy behaviors.
-