/AWS1/CL_GSTRANGEDCONNDETAILS¶
Ingress address of AgentEndpoint with a port range and an optional mtu.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_socketaddress TYPE REF TO /AWS1/CL_GSTRANGEDSOCKETADDR00 /AWS1/CL_GSTRANGEDSOCKETADDR00¶
A ranged socket address.
Optional arguments:¶
iv_mtu TYPE /AWS1/GSTINTEGER /AWS1/GSTINTEGER¶
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
Queryable Attributes¶
socketAddress¶
A ranged socket address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOCKETADDRESS() |
Getter for SOCKETADDRESS |
mtu¶
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MTU() |
Getter for MTU, with configurable default |
ASK_MTU() |
Getter for MTU w/ exceptions if field has no value |
HAS_MTU() |
Determine if MTU has a value |