| Modifier and Type | Method and Description |
|---|---|
SalesforceHttpClient |
SalesforceEndpointConfig.getHttpClient() |
SalesforceHttpClient |
SalesforceComponent.getHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceEndpointConfig.setHttpClient(SalesforceHttpClient httpClient)
Custom Jetty Http Client to use to connect to Salesforce.
|
void |
SalesforceComponent.setHttpClient(SalesforceHttpClient httpClient)
Custom Jetty Http Client to use to connect to Salesforce.
|
| Constructor and Description |
|---|
SalesforceSession(SalesforceHttpClient httpClient,
long timeout,
SalesforceLoginConfig config) |
| Modifier and Type | Field and Description |
|---|---|
protected SalesforceHttpClient |
AbstractClientBase.httpClient |
| Constructor and Description |
|---|
AbstractClientBase(String version,
SalesforceSession session,
SalesforceHttpClient httpClient) |
DefaultAnalyticsApiClient(String version,
SalesforceSession session,
SalesforceHttpClient httpClient) |
DefaultBulkApiClient(String version,
SalesforceSession session,
SalesforceHttpClient httpClient) |
DefaultRestClient(SalesforceHttpClient httpClient,
String version,
PayloadFormat format,
SalesforceSession session) |
SalesforceSecurityHandler(SalesforceHttpClient httpClient) |
| Modifier and Type | Field and Description |
|---|---|
protected SalesforceHttpClient |
AbstractSalesforceProcessor.httpClient |
| Modifier and Type | Method and Description |
|---|---|
SalesforceHttpClient |
SalesforceComponentConfiguration.getHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceComponentConfiguration.setHttpClient(SalesforceHttpClient httpClient) |
Apache Camel