Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestination
Package
Description
-
Uses of HttpDestination in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeClassDescriptionfinal class
Immutable default implementation of theHttpDestination
interface.Modifier and TypeMethodDescriptiondefault HttpDestination
Destination.asHttp()
Converts this object as aHttpDestination
,DestinationRequestContext.getDestination()
default HttpDestination
ServiceBindingDestinationLoader.getDestination
(ServiceBindingDestinationOptions options) Tries to transform the givenoptions
into anHttpDestination
.Modifier and TypeMethodDescriptionio.vavr.control.Try<HttpDestination>
IdentityAuthenticationServiceBindingDestinationLoader.tryGetDestination
(ServiceBindingDestinationOptions options) io.vavr.control.Try<HttpDestination>
MegacliteServiceBindingDestinationLoader.tryGetDestination
(ServiceBindingDestinationOptions options) io.vavr.control.Try<HttpDestination>
OAuth2ServiceBindingDestinationLoader.tryGetDestination
(ServiceBindingDestinationOptions options) io.vavr.control.Try<HttpDestination>
ServiceBindingDestinationLoader.tryGetDestination
(ServiceBindingDestinationOptions options) Modifier and TypeMethodDescriptionDefaultDestinationLoader.registerDestination
(HttpDestination destination) Register aHttpDestination
to this destination loader. -
Uses of HttpDestination in com.sap.cloud.sdk.s4hana.connectivity
Modifier and TypeMethodDescriptionErpHttpRequestExecutor.execute
(HttpDestination destination, SerializedRequest<RequestT> serializedRequest) Deprecated.Executes the givenserializedRequest
as aHttpUriRequest
, returning the body of theHttpResponse
received.ErpHttpRequestExecutor.execute
(HttpDestination destination, RequestT request, RequestSerializer<RequestT, RequestResultT> requestSerializer) Deprecated.Serializes the given request, executes it, and the deserializes the response.protected com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor.RequestBodyWithHeader
ErpHttpRequestExecutor.getRequestBodyWithHeader
(HttpDestination destination, SerializedRequest<RequestT> request) Deprecated.Returns a wrapper object which encapsulates the HTTP request body and headers.protected URI
ErpHttpRequestExecutor.getRequestUri
(HttpDestination destination, SerializedRequest<RequestT> serializedRequest) Deprecated.Get the request URI.protected void
ErpHttpRequestExecutor.logReadAccessAttempt
(Request<?, ?> request, HttpDestination destination) Deprecated.Logs the read access attempt of the givenrequest
for the givendestination
.