Uses of Class
org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-
Packages that use CloseableHttpClient Package Description org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
-
Uses of CloseableHttpClient in org.apache.hc.client5.http.fluent
Fields in org.apache.hc.client5.http.fluent declared as CloseableHttpClient Modifier and Type Field Description (package private) static CloseableHttpClient
Executor. CLIENT
private CloseableHttpClient
Executor. httpclient
Methods in org.apache.hc.client5.http.fluent with parameters of type CloseableHttpClient Modifier and Type Method Description Response
Request. execute(CloseableHttpClient client)
(package private) org.apache.hc.core5.http.ClassicHttpResponse
Request. internalExecute(CloseableHttpClient client, HttpClientContext localContext)
static Executor
Executor. newInstance(CloseableHttpClient httpclient)
Constructors in org.apache.hc.client5.http.fluent with parameters of type CloseableHttpClient Constructor Description Executor(CloseableHttpClient httpclient)
-
Uses of CloseableHttpClient in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return CloseableHttpClient Modifier and Type Method Description static CloseableHttpClient
CachingHttpClients. createFileBound(java.io.File cacheDir)
CreatesCloseableHttpClient
instance that uses a file system bound response cache.static CloseableHttpClient
CachingHttpClients. createMemoryBound()
CreatesCloseableHttpClient
instance 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.classic Modifier and Type Class Description (package private) class
InternalHttpClient
Internal implementation ofCloseableHttpClient
.class
MinimalHttpClient
Minimal implementation ofCloseableHttpClient
.Methods in org.apache.hc.client5.http.impl.classic that return CloseableHttpClient Modifier and Type Method Description CloseableHttpClient
HttpClientBuilder. build()
static CloseableHttpClient
HttpClients. createDefault()
CreatesCloseableHttpClient
instance with default configuration.static CloseableHttpClient
HttpClients. createSystem()
CreatesCloseableHttpClient
instance with default configuration based on system properties.
-