/AWS1/CL_GDYPORTPROBEDETAIL¶
Contains information about the port probe details.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_localportdetails TYPE REF TO /AWS1/CL_GDYLOCALPORTDETAILS /AWS1/CL_GDYLOCALPORTDETAILS¶
The local port information of the connection.
io_localipdetails TYPE REF TO /AWS1/CL_GDYLOCALIPDETAILS /AWS1/CL_GDYLOCALIPDETAILS¶
The local IP information of the connection.
io_remoteipdetails TYPE REF TO /AWS1/CL_GDYREMOTEIPDETAILS /AWS1/CL_GDYREMOTEIPDETAILS¶
The remote IP information of the connection.
Queryable Attributes¶
LocalPortDetails¶
The local port information of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALPORTDETAILS() |
Getter for LOCALPORTDETAILS |
LocalIpDetails¶
The local IP information of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALIPDETAILS() |
Getter for LOCALIPDETAILS |
RemoteIpDetails¶
The remote IP information of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOTEIPDETAILS() |
Getter for REMOTEIPDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PORTPROBEDETAILS¶
TYPES TT_PORTPROBEDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYPORTPROBEDETAIL WITH DEFAULT KEY
.