SAP ABAP Class CL_REST_HTTP_CLIENT (REST HTTP Client)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RST (Application Component) REST-based Protocols
⤷
SREST_HTTP (Package) REST HTTP Adapter
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REST_CLIENT | REST Client | 20100212 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REST_RESOURCE | REST Resource | 20100212 |
Properties
| Class | CL_REST_HTTP_CLIENT | |
| Short Description | REST HTTP Client | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SREST_HTTP | REST HTTP Adapter |
| Created | 20100211 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_REST_HTTP_CLIENT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_REST_CLIENT | REST Client | 20100212 | ||
| 2 | IF_REST_RESOURCE | REST Resource | 20100212 |
Friends
Class CL_REST_HTTP_CLIENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_HTTP_CLIENT | HTTP Client | 20100212 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_REST_ENTITY | REST Representation | 20100304 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20100212 | |
| 2 | Instance method | Private | Method | Run HTTP Request | 20100212 |
Events
Class CL_REST_HTTP_CLIENT has no event.
Types
Class CL_REST_HTTP_CLIENT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_HTTP_CLIENT | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_CLIENT | HTTP Client Object | 20100212 |
Method CONSTRUCTOR on class CL_REST_HTTP_CLIENT has no exception.
Method SEND_RECEIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_REST_ENTITY | REST Entity | 20100302 | |||
| 2 | IV_HTTP_METHOD | Call by reference | Type reference (TYPE) | STRING | HTTP Method | 20100212 |
Method SEND_RECEIVE on class CL_REST_HTTP_CLIENT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |