Package com.oracle.bmc.http
Class DefaultConnectorConfigurator
- java.lang.Object
- 
- com.oracle.bmc.http.DefaultConnectorConfigurator
 
- 
- All Implemented Interfaces:
- ClientConfigurator
 
 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 SummaryConstructors Constructor Description DefaultConnectorConfigurator()Creates a new DefaultConnectorConfigurator object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomizeClient(com.oracle.bmc.http.client.HttpClientBuilder builder)
 
- 
- 
- 
Method Detail- 
customizeClientpublic void customizeClient(com.oracle.bmc.http.client.HttpClientBuilder builder) - Specified by:
- customizeClientin interface- ClientConfigurator
 
 
- 
 
-