Interface | Description |
---|---|
ClientConfigurator |
Configurator allowing SDK users to customize the underlying REST client.
|
HasEffectiveClientConfigurator |
Interface implemented by classes that provide an effective ClientConfigurator
|
Class | Description |
---|---|
ApacheConfigurator | Deprecated
use ApacheClientProperties instead.
|
ApacheConnectionPoolConfig | Deprecated
instead, use
com.oracle.bmc.http.client.jersey.apacheconfigurator.ApacheConnectionPoolConfig or com.oracle.bmc.http.client.jersey3.apacheconfigurator.ApacheConnectionPoolConfig |
ApacheConnectorProperties | Deprecated
instead, use
com.oracle.bmc.http.client.jersey.apacheconfigurator.ApacheConnectorProperties or com.oracle.bmc.http.client.jersey3.apacheconfigurator.ApacheConnectorProperties |
ApacheProxyConfig | Deprecated
use
ProxyConfiguration instead |
ApacheProxyConfigDecorator | Deprecated
use
ProxyConfiguration instead |
CompositeClientConfigurator |
A client configurator composed of other client configurators.
|
CrossTenancyRequestConfigurator |
A configurator that causes the client to set the cross-tenancy request header.
|
DefaultConfigurator |
DefaultConfigurator handles basic configuration of clients under different environments.
|
DefaultConfigurator.NonBuffering |
A
ClientConfigurator for a client that does not buffer requests in memory. |
DefaultConnectorConfigurator |
DefaultConnectorConfigurator represents the basic behavior of the transport layer.
|
JerseyLoggingClientConfigurator | Deprecated
use
com.oracle.bmc.http.client.HttpClientBuilder# |
Priorities |
Copyright © 2016–2024. All rights reserved.