Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.Header
Package
Description
-
Uses of Header in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionDestinationServiceV1Response.DestinationAuthToken.getHttpHeaderSuggestion()
Modifier and TypeMethodDescriptionDefaultHttpDestination.getHeaders
(URI requestUri) DestinationHeaderProvider.getHeaders
(DestinationRequestContext requestContext) Provides a list ofHeader
objects which should be used with the given destination for a request URI.DwcHeaderProvider.getHeaders
(DestinationRequestContext requestContext) ErpDestinationHeaderProvider.getHeaders
(DestinationRequestContext requestContext) default Collection<Header>
HttpDestinationProperties.getHeaders()
Convenience method to get the headers for a request against the destination's URI.HttpDestinationProperties.getHeaders
(URI requestUri) Getter for a collection of headers that should be added to the outgoing request for this destination.Modifier and TypeMethodDescriptionAdds the given header to the list of headers added to every outgoing request for this destination.void
DestinationServiceV1Response.DestinationAuthToken.setHttpHeaderSuggestion
(Header httpHeaderSuggestion) Modifier and TypeMethodDescriptionDefaultHttpDestination.Builder.headers
(Collection<Header> headers) Adds the given headers to the list of headers added to every outgoing request for this destination. -
Uses of Header in com.sap.cloud.sdk.s4hana.connectivity
Modifier and TypeMethodDescriptionRequest.getCustomHttpHeaders()
Deprecated.Set of HTTP headers to send to the underlying request executor.SerializedRequestResult.getHeaders()
Deprecated.SerializedRequest.getRequestHeaders()
Deprecated.Modifier and TypeMethodDescriptionRequest.withHeader
(Header header) Deprecated.Fluent method which adds a custom header to this request.ModifierConstructorDescriptionSerializedRequest
(RequestT request, RequestMethod requestMethod, String requestPath, List<Header> requestHeaders, String requestBody) Deprecated.SerializedRequestResult
(RequestT request, String body, List<Header> headers) Deprecated.