Package | Description |
---|---|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
Modifier and Type | Class and Description |
---|---|
class |
MinimalHttpClient
Minimal implementation of
CloseableHttpClient . |
Modifier and Type | Method and Description |
---|---|
CloseableHttpClient |
HttpClientBuilder.build() |
static CloseableHttpClient |
HttpClients.createDefault()
Creates
CloseableHttpClient instance with default
configuration. |
static CloseableHttpClient |
HttpClients.createSystem()
Creates
CloseableHttpClient instance with default
configuration based on system properties. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.