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
IOException
org.apache.http.impl.client.CloseableHttpClient buildBasicClient() throws IOException
IOException
Copyright © 2021. All rights reserved.