Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.Header
Packages that use Header
- 
Uses of Header in com.sap.cloud.sdk.cloudplatform.connectivity
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return HeaderModifier and TypeMethodDescriptionDestinationServiceV1Response.DestinationAuthToken.getHttpHeaderSuggestion()Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type HeaderModifier and TypeMethodDescriptionDefaultHttpDestination.getHeaders(URI requestUri) DestinationHeaderProvider.getHeaders(DestinationRequestContext requestContext) Provides a list ofHeaderobjects 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.TransparentProxyDestination.getHeaders(URI requestUri) Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type HeaderModifier and TypeMethodDescriptionDestinationServiceOptionsAugmenter.customHeaders(Header... headers) Adds custom headers to the destination request.Adds the given header to the list of headers added to every outgoing request for this destination.Adds the given header to the list of headers added to every outgoing request for this destination.voidDestinationServiceV1Response.DestinationAuthToken.setHttpHeaderSuggestion(Header httpHeaderSuggestion) Method parameters in com.sap.cloud.sdk.cloudplatform.connectivity with type arguments of type HeaderModifier and TypeMethodDescriptionDefaultHttpDestination.Builder.headers(Collection<Header> headers) Adds the given headers to the list of headers added to every outgoing request for this destination.TransparentProxyDestination.AbstractBuilder.headers(Collection<Header> headers) Adds the given headers to the list of headers added to every outgoing request for this destination.