Package | Description |
---|---|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
Modifier and Type | Method and Description |
---|---|
static MinimalHttpClient |
HttpClients.createMinimal()
Creates
CloseableHttpClient instance that implements
the most basic HTTP protocol support. |
static MinimalHttpClient |
HttpClients.createMinimal(HttpClientConnectionManager connManager)
Creates
CloseableHttpClient instance that implements
the most basic HTTP protocol support. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.