/AWS1/CL_APMHTTPROUTE¶
An object that represents an HTTP or HTTP/2 route type.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_match
TYPE REF TO /AWS1/CL_APMHTTPROUTEMATCH
/AWS1/CL_APMHTTPROUTEMATCH
¶
An object that represents the criteria for determining a request match.
io_action
TYPE REF TO /AWS1/CL_APMHTTPROUTEACTION
/AWS1/CL_APMHTTPROUTEACTION
¶
An object that represents the action to take if a match is determined.
Optional arguments:¶
io_retrypolicy
TYPE REF TO /AWS1/CL_APMHTTPRETRYPOLICY
/AWS1/CL_APMHTTPRETRYPOLICY
¶
An object that represents a retry policy.
io_timeout
TYPE REF TO /AWS1/CL_APMHTTPTIMEOUT
/AWS1/CL_APMHTTPTIMEOUT
¶
An object that represents types of timeouts.
Queryable Attributes¶
match¶
An object that represents the criteria for determining a request match.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MATCH() |
Getter for MATCH |
action¶
An object that represents the action to take if a match is determined.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTION() |
Getter for ACTION |
retryPolicy¶
An object that represents a retry policy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RETRYPOLICY() |
Getter for RETRYPOLICY |
timeout¶
An object that represents types of timeouts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMEOUT() |
Getter for TIMEOUT |