SAP ABAP Class IF_APC_WS_CLIENT (APC framework: WebSocket client interface (do not implement))
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_APC_WS_CLIENT | APC framework: APC WebSocket client class | 20130214 |
Properties
Class | IF_APC_WS_CLIENT | |
Short Description | APC framework: WebSocket client interface (do not implement) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130213 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_APC_WS_CLIENT has no forward declaration.
Interfaces
Class IF_APC_WS_CLIENT has no interface implemented.
Friends
Class IF_APC_WS_CLIENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | I | 3 | The connection has been closed or could not be opened. | 20130218 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | The connection is closing. | 20130305 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | The connection has not yet been established. | 20130218 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | The connection is established and communication is possible. | 20130218 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | I | -1 | WebSocket connection in "UNDEFINED" state | 20130218 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Incoming message | 20130214 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Outgoing message | 20130214 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Close WebSocket connection | 20130214 |
2 | ![]() |
Instance method | Public | Method | Initiate WebSocket connection setup | 20130214 |
3 | ![]() |
Instance method | Public | Method | Create message | 20130214 |
4 | ![]() |
Instance method | Public | Method | Get WebSocket connection state | 20130218 |
5 | ![]() |
Instance method | Public | Method | Get initial request interface | 20130214 |
6 | ![]() |
Instance method | Public | Method | Send message | 20130214 |
7 | ![]() |
Instance method | Public | Method | Set virus scan profile | 20130214 |
Events
Class IF_APC_WS_CLIENT has no event.
Types
Class IF_APC_WS_CLIENT has no local type.
Method Signatures
Method CLOSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REASON | Call by reference | Type reference (TYPE) | STRING | 20130712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
APC framework: Error handling class for ABAP Push Channel | 20130225 |
Method CONNECT Signature
Method CONNECT on class IF_APC_WS_CLIENT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
APC framework: Error handling class for ABAP Push Channel | 20130225 |
Method CREATE_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_MESSAGE | Value transfer | Object reference (TYPE REF TO) | IF_APC_WS_MESSAGE | APC framework: Message interface (do not implement) | 20130214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
APC framework: Error handling class for ABAP Push Channel | 20130225 |
Method GET_CONNECTION_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_STATE | Value transfer | Type reference (TYPE) | I | 20130218 |
Method GET_CONNECTION_STATE on class IF_APC_WS_CLIENT has no exception.
Method GET_INITIAL_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_INITIAL_REQUEST | Value transfer | Object reference (TYPE REF TO) | IF_APC_WS_CLIENT_INITIAL_REQ | APC framework: Client initial request (do not implement) | 20130214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
APC framework: Error handling class for ABAP Push Channel | 20130225 |
Method SEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MESSAGE | Call by reference | Object reference (TYPE REF TO) | IF_APC_WS_MESSAGE | APC framework: Message interface (do not implement) | 20130214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
APC framework: Error handling class for ABAP Push Channel | 20130225 |
Method SET_VIRUS_SCAN_PROFILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MESSAGE_TRANSFER_DIRECTION | Call by reference | Type reference (TYPE) | I | CO_MESSAGE_OUTGOING | CCO_MESSAGE_OUTGOING or CO_MESSAGE_INCOMING | 20130214 | |
2 | ![]() |
I_VSCAN_PROFILE | Call by reference | Type reference (TYPE) | VSCAN_PROFILE | Virus Scan Profile | 20130214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
APC framework: Error handling class for ABAP Push Channel | 20130225 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |