SAP ABAP Interface IF_HTTP_EXTENSION (HTTP Framework (iHTTP) HTTP Request Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-ICF (Application Component) Internet Communication Framework
⤷
SIHTTP (Package) HTTP Framework (iHTTP) Class Wrapper HTTP
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_HTTP_EXTENSION | |
| Short Description | HTTP Framework (iHTTP) HTTP Request Handler |
General Data
| Package | SIHTTP | HTTP Framework (iHTTP) Class Wrapper HTTP |
| Created | 19991206 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_HTTP_EXTENSION has no forward declaration.
Interfaces
Interface IF_HTTP_EXTENSION has no interface.
Friends
Interface IF_HTTP_EXTENSION has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_FLOW_ERROR | Constant | Public | Type reference (TYPE) | I | -1 | Req. processed with error, don't call other extensions | 19991220 | |
| 2 | CO_FLOW_OK | Constant | Public | Type reference (TYPE) | I | 0 | Req. processed, don't call other extensions | 19991220 | |
| 3 | CO_FLOW_OK_OTHERS_MAND | Constant | Public | Type reference (TYPE) | I | 2 | Req. processed, call other extensions | 19991220 | |
| 4 | CO_FLOW_OK_OTHERS_OPT | Constant | Public | Type reference (TYPE) | I | 1 | Req. processed, other extensions may be called | 19991220 | |
| 5 | CO_LIFETIME_DESTROY | Constant | Public | Type reference (TYPE) | I | 1 | Destroy this extension after current request | 19991220 | |
| 6 | CO_LIFETIME_KEEP | Constant | Public | Type reference (TYPE) | I | 0 | Keep this extension for subsequent requests | 19991220 | |
| 7 | FLOW_RC | Instance attribute | Public | Type reference (TYPE) | I | Flow status (s. co_flow_*) | 20000322 | ||
| 8 | LIFETIME_RC | Instance attribute | Public | Type reference (TYPE) | I | Lifetime status (s. co_lifetime_*) | 19991213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Called for request handling for each incoming HTTP request | 19991206 |
Events
Interface IF_HTTP_EXTENSION has no event.
Types
Interface IF_HTTP_EXTENSION has no local type.
Method Signatures
Method HANDLE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server | 19991223 |
Method HANDLE_REQUEST on Interface IF_HTTP_EXTENSION has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 50A |