public class DefaultConnectorConfigurator extends Object implements ClientConfigurator
DefaultConnectorConfigurator represents the basic behavior of the transport layer.
It does not perform any special customization.
If the DefaultConnectorConfigurator results in any issues, callers can provide their own implementation when constructing service objects.
| Constructor and Description |
|---|
DefaultConnectorConfigurator()
Creates a new
DefaultConnectorConfigurator object. |
| Modifier and Type | Method and Description |
|---|---|
void |
customizeClient(HttpClientBuilder builder) |
public DefaultConnectorConfigurator()
Creates a new DefaultConnectorConfigurator object.
public void customizeClient(HttpClientBuilder builder)
customizeClient in interface ClientConfiguratorCopyright © 2016–2024. All rights reserved.