Uses of Class
org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Packages that use CloseableHttpClient
Package
Description
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of CloseableHttpClient in org.apache.hc.client5.http.fluent
Methods in org.apache.hc.client5.http.fluent with parameters of type CloseableHttpClientModifier and TypeMethodDescriptionRequest.execute(CloseableHttpClient client) static ExecutorExecutor.newInstance(CloseableHttpClient httpclient) -
Uses of CloseableHttpClient in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return CloseableHttpClientModifier and TypeMethodDescriptionstatic CloseableHttpClientCachingHttpClients.createFileBound(File cacheDir) CreatesCloseableHttpClientinstance that uses a file system bound response cache.static CloseableHttpClientCachingHttpClients.createMemoryBound()CreatesCloseableHttpClientinstance that uses a memory bound response cache. -
Uses of CloseableHttpClient in org.apache.hc.client5.http.impl.classic
Subclasses of CloseableHttpClient in org.apache.hc.client5.http.impl.classicMethods in org.apache.hc.client5.http.impl.classic that return CloseableHttpClientModifier and TypeMethodDescriptionHttpClientBuilder.build()static CloseableHttpClientHttpClients.createDefault()CreatesCloseableHttpClientinstance with default configuration.static CloseableHttpClientHttpClients.createSystem()CreatesCloseableHttpClientinstance with default configuration based on system properties.