| Interface | Description |
|---|---|
| RequestPolicy |
Request policy is in charge of generating a digest
of all significant data in a request that is needed
to determine that the call is same that is invoiced.
|
| Class | Description |
|---|---|
| BaseRequestPolicy |
Base class with help methods to generate digest of the significant
request data.
|
| NoCustomRequestPolicy |
Special class used as default custom Request Policy that signal that
one of the default defined request policys should be used.
|
| RequestPolicyFactory |
RequestPolicyFactory is in charge if delivering the correct
RequestPolicy implementation specified in the PaymentRequired annotation.
|
| UrlAndMethod |
Policy that checks the URL and Method of a request.
|
| UrlMethodAndParameters |
Policy that checks the URL and Method and all parameters of a request.
|
| WithBody |
Policy that checks the URL, Method, all parameters and full body data of a HTTP request.
|
| Enum | Description |
|---|---|
| RequestPolicyType |
Enumeration specifying type of policy used for aggregating
significant request data.
|