Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.createHttpClient()
Creates an
HttpClient independent of any destination. |
org.apache.http.client.HttpClient |
HttpClientFactory.createHttpClient()
Creates an
HttpClient independent of any destination. |
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.createHttpClient(HttpDestinationProperties destination)
Creates an
HttpClient based on the given HttpDestinationProperties . |
org.apache.http.client.HttpClient |
HttpClientFactory.createHttpClient(HttpDestinationProperties destination)
Creates an
HttpClient based on the given HttpDestinationProperties . |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient()
Returns an
HttpClient independent of any destination. |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(HttpDestinationProperties destination)
Returns an
HttpClient for the given Destination . |
Copyright © 2020 SAP SE. All rights reserved.