Skip to content

/AWS1/CL_NWFPROXYRLSBYREQPHASE

Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_predns TYPE /AWS1/CL_NWFPROXYRULE=>TT_PROXYRULELIST TT_PROXYRULELIST

Before domain resolution.

it_prerequest TYPE /AWS1/CL_NWFPROXYRULE=>TT_PROXYRULELIST TT_PROXYRULELIST

After DNS, before request.

it_postresponse TYPE /AWS1/CL_NWFPROXYRULE=>TT_PROXYRULELIST TT_PROXYRULELIST

After receiving response.


Queryable Attributes

PreDNS

Before domain resolution.

Accessible with the following methods

Method Description
GET_PREDNS() Getter for PREDNS, with configurable default
ASK_PREDNS() Getter for PREDNS w/ exceptions if field has no value
HAS_PREDNS() Determine if PREDNS has a value

PreREQUEST

After DNS, before request.

Accessible with the following methods

Method Description
GET_PREREQUEST() Getter for PREREQUEST, with configurable default
ASK_PREREQUEST() Getter for PREREQUEST w/ exceptions if field has no value
HAS_PREREQUEST() Determine if PREREQUEST has a value

PostRESPONSE

After receiving response.

Accessible with the following methods

Method Description
GET_POSTRESPONSE() Getter for POSTRESPONSE, with configurable default
ASK_POSTRESPONSE() Getter for POSTRESPONSE w/ exceptions if field has no value
HAS_POSTRESPONSE() Determine if POSTRESPONSE has a value