Interface | Description |
---|---|
Destination |
Interface representing an HTTP destination.
|
DestinationFacade |
Cloud platform abstraction facade for accessing
Destination s and RfcDestination s. |
GenericDestination |
Interface representing a generic destination of an URI request.
|
HttpClientFactory |
Factory class that creates
HttpClient instances based on the given Destination . |
HttpClientListener |
Listener interface to be called when an
HttpClient is about to be executed in the
HttpClientWrapper . |
RfcDestination |
Interface representing an RFC destination that allows to connect to an ERP via the SAP Java Connector (JCo).
|
WithDestinationName |
Interface indicating that a class contains a destination name.
|
Class | Description |
---|---|
AbstractDestinationFacade |
Abstract base class for Cloud platform abstraction facades.
|
AbstractGenericDestination |
A basic implementation of the
GenericDestination interface, offering a default toString method as
well as handling of the map behind AbstractGenericDestination.getPropertiesByName() . |
DefaultHttpClientFactory |
Default implementation of
HttpClientFactory based on instances of HttpClientBuilder . |
DestinationAccessor |
Wrapper for an
DestinationFacade , offering methods to conveniently declare and get destinations. |
DestinationDeclarator |
Implementation of
ServletContextListener for declaring Destination s via
DestinationAccessor.declareDestinations(Collection) . |
DestinationsRequestContextListener |
Implementation of
RequestContextListener that enables the correct use of Destination s when working
with non-container managed threads on all supported Cloud platforms. |
Header |
POJO implementation representing a header name-value pair to be used with an request.
|
HttpClientAccessor |
Accessor for
HttpClient s. |
HttpEntityUtil |
Util class extracting the entity of an
HttpResponse , unzipping it if necessary, and finally consuming the
response. |
ProxyConfiguration | |
ScpCfDestination |
Destination used with the CloudFoundry platform.
|
ScpCfDestinationFacade |
Implementation of Cloud platform abstraction for destinations on SAP Cloud Platform, Cloud Foundry.
|
ScpCfGenericDestination |
A CloudFoundry specific generic destination.
|
ScpCfRfcDestination |
A destination specifically in use for the RFC destination type.
|
ScpNeoDestination |
Destination used with the Neo platform.
|
ScpNeoDestinationFacade |
Facade offering access to destinations via their name on the Neo platform.
|
ScpNeoDestinationsRequestContextListener |
Implementation of
RequestContextListener that performs the JNDI lookup of the connectivity configuration and
authentication header service objects on SCP Neo. |
ScpNeoGenericDestination |
A CloudFoundry specific generic destination.
|
ScpNeoRfcDestination |
A destination specifically in use for the RFC destination type.
|
UriBuilder |
A builder for the
URI class, taking several optional parameter, constructing a valid URI out of them. |
UriPathMerger |
Utility class offering the ability to merge two URIs.
|
Enum | Description |
---|---|
AuthenticationType |
Enum representing different ways a user may be authenticated at a
GenericDestination . |
DestinationType |
Enum representing the types a destination can be of.
|
ProxyType |
Enum representing the type of a remote installation.
|
Copyright © 2018 SAP SE. All rights reserved.