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(com.oracle.bmc.http.client.HttpClientBuilder builder) |
public DefaultConnectorConfigurator()
Creates a new DefaultConnectorConfigurator
object.
public void customizeClient(com.oracle.bmc.http.client.HttpClientBuilder builder)
customizeClient
in interface ClientConfigurator
Copyright © 2016–2024. All rights reserved.