| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.connectivity |
| Modifier and Type | Field and Description |
|---|---|
protected List<Header> |
DefaultHttpDestination.httpHeaders
Headers prepared for this destination.
|
| Modifier and Type | Method and Description |
|---|---|
default List<Header> |
DestinationHeaderProvider.getHeaders(DestinationProperties destination)
Deprecated.
Please use
DestinationHeaderProvider.getHeaders(DestinationRequestContext) instead. The
destination reference can be extracted using DestinationRequestContext.getDestination(). |
default List<Header> |
DestinationHeaderProvider.getHeaders(DestinationRequestContext requestContext)
Provides a list of
Header objects which should be used with the given destination for a request URI. |
Collection<Header> |
AbstractHttpDestination.getHeaders(URI requestUri) |
Collection<Header> |
DefaultHttpDestination.getHeaders(URI requestUri)
Getter for a collection of header that should be added to the outgoing request for this destination.
|
default Collection<Header> |
HttpDestinationProperties.getHeaders(URI requestUri)
Getter for a collection of header that should be added to the outgoing request for this destination.
|
Collection<Header> |
AbstractHttpDestination.getHeadersFromProperties() |
default Collection<Header> |
HttpDestinationProperties.getHeadersFromProperties()
Helper method to create the collection of headers by also considering the properties.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
static DestinationHeaderProvider |
DestinationHeaderProvider.of(Header... staticHeaders)
Instantiate a local instance with static headers.
|
Copyright © 2021 SAP SE. All rights reserved.