public interface ClientBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.impl.client.CloseableHttpClient |
buildBasicClient()
Create a basic client with a single connection.
|
org.apache.http.impl.client.CloseableHttpClient |
buildPooledClient()
Create a pooled client
|
org.apache.http.impl.client.CloseableHttpClient buildPooledClient()
throws IOException
IOExceptionorg.apache.http.impl.client.CloseableHttpClient buildBasicClient()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.