Modifier and Type | Method and Description |
---|---|
SalesforceHttpClient |
SalesforceEndpointConfig.getHttpClient() |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceEndpointConfig.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) |
DefaultCompositeApiClient(SalesforceEndpointConfig configuration,
PayloadFormat format,
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 |
Apache Camel