/AWS1/CL_WSICONNTRKSPECREQUEST¶
Defines connection tracking parameters for network interfaces.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_tcpestablishedtimeout
TYPE /AWS1/WSINONNEGATIVEINTEGER
/AWS1/WSINONNEGATIVEINTEGER
¶
Timeout for established TCP connections.
iv_udpstreamtimeout
TYPE /AWS1/WSINONNEGATIVEINTEGER
/AWS1/WSINONNEGATIVEINTEGER
¶
Timeout for UDP stream connections.
iv_udptimeout
TYPE /AWS1/WSINONNEGATIVEINTEGER
/AWS1/WSINONNEGATIVEINTEGER
¶
General timeout for UDP connections.
Queryable Attributes¶
TcpEstablishedTimeout¶
Timeout for established TCP connections.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TCPESTABLISHEDTIMEOUT() |
Getter for TCPESTABLISHEDTIMEOUT, with configurable default |
ASK_TCPESTABLISHEDTIMEOUT() |
Getter for TCPESTABLISHEDTIMEOUT w/ exceptions if field has |
HAS_TCPESTABLISHEDTIMEOUT() |
Determine if TCPESTABLISHEDTIMEOUT has a value |
UdpStreamTimeout¶
Timeout for UDP stream connections.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UDPSTREAMTIMEOUT() |
Getter for UDPSTREAMTIMEOUT, with configurable default |
ASK_UDPSTREAMTIMEOUT() |
Getter for UDPSTREAMTIMEOUT w/ exceptions if field has no va |
HAS_UDPSTREAMTIMEOUT() |
Determine if UDPSTREAMTIMEOUT has a value |
UdpTimeout¶
General timeout for UDP connections.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UDPTIMEOUT() |
Getter for UDPTIMEOUT, with configurable default |
ASK_UDPTIMEOUT() |
Getter for UDPTIMEOUT w/ exceptions if field has no value |
HAS_UDPTIMEOUT() |
Determine if UDPTIMEOUT has a value |