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.client.http org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.server.proxy org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.security.openid -
-
Uses of HttpClient in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpClient Modifier and Type Field Description private HttpClientAbstractConnectorHttpClientTransport.ClientSelectorManager. clientprivate HttpClientAbstractHttpClientTransport. clientprivate HttpClientAuthenticationProtocolHandler. clientprivate HttpClientHttpDestination. clientprivate HttpClientHttpRedirector. clientprivate HttpClientHttpRequest. clientprivate HttpClientRequestNotifier. clientMethods 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 voidAbstractConnectorHttpClientTransport. configure(HttpClient client, java.nio.channels.SocketChannel channel)protected ConnectionPoolHttpDestination. newConnectionPool(HttpClient client)protected java.util.Queue<HttpExchange>HttpDestination. newExchangeQueue(HttpClient client)protected SelectorManagerAbstractConnectorHttpClientTransport. newSelectorManager(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)ClientSelectorManager(HttpClient client, int selectors)HttpDestination(HttpClient client, Origin origin)HttpRedirector(HttpClient client)HttpRequest(HttpClient client, HttpConversation conversation, java.net.URI uri)MultiplexHttpDestination(HttpClient client, Origin origin)PoolingHttpDestination(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.client.http
Fields in org.eclipse.jetty.client.http declared as HttpClient Modifier and Type Field Description private HttpClientHttpSenderOverHTTP. httpClientConstructors in org.eclipse.jetty.client.http with parameters of type HttpClient Constructor Description HttpDestinationOverHTTP(HttpClient client, Origin origin) -
Uses of HttpClient in org.eclipse.jetty.fcgi.client.http
Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type HttpClient Constructor Description HttpDestinationOverFCGI(HttpClient client, Origin origin)MultiplexHttpDestinationOverFCGI(HttpClient client, Origin origin) -
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
Fields in org.eclipse.jetty.proxy declared as HttpClient Modifier and Type Field Description private HttpClientAbstractProxyServlet. _clientMethods 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.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
Fields in org.eclipse.jetty.security.openid declared as HttpClient Modifier and Type Field Description private HttpClientOpenIdConfiguration. httpClientMethods in org.eclipse.jetty.security.openid that return HttpClient Modifier and Type Method Description HttpClientOpenIdConfiguration. getHttpClient()private static HttpClientOpenIdConfiguration. newHttpClient()Methods in org.eclipse.jetty.security.openid with parameters of type HttpClient Modifier and Type Method Description private static java.util.Map<java.lang.String,java.lang.Object>OpenIdConfiguration. fetchOpenIdConnectMetadata(java.lang.String provider, 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, java.lang.String authMethod, HttpClient httpClient)Create an OpenID configuration for a specific OIDC provider.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.
-