Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestination
Packages that use HttpDestination
Package
Description
-
Uses of HttpDestination in com.sap.cloud.sdk.cloudplatform.connectivity
Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement HttpDestinationModifier and TypeClassDescriptionfinal class
Immutable default implementation of theHttpDestination
interface.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return HttpDestinationModifier 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
.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type HttpDestinationModifier 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) Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type HttpDestinationModifier and TypeMethodDescriptionDefaultDestinationLoader.registerDestination
(HttpDestination destination) Register aHttpDestination
to this destination loader. -
Uses of HttpDestination in com.sap.cloud.sdk.s4hana.connectivity
Methods in com.sap.cloud.sdk.s4hana.connectivity with parameters of type HttpDestinationModifier 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
.