public class HTTPConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COOKIE_INVOICE_REQUEST
Cookie name used when redirecting an invoice request controller
to check payment.
|
static java.lang.String |
COOKIE_PAYMENT_REQUEST
Cookie name used when redirecting an order request to a central payment controller
and checking for payment.
|
static java.lang.String |
HEADER_INVOICE_REQUEST
Header name used when redirecting an invoice request controller
to check payment.
|
static java.lang.String |
HEADER_PAYMENT
HTTP Header value set with a settlement JWT token sent with
the payment request in order to process the data.
|
static java.lang.String |
HEADER_PAYMENT_REQUEST
Header name used when redirecting an order request to a central payment controller
and checking for payment.
|
static java.lang.String |
HEADER_PAYWALL_MESSAGE
HTTP Header value indicating that data in response is related to Paywall API used
for instance in error handling to determine if data is a paywall error or from underlying API.
|
static java.lang.String |
HEADER_PAYWALL_MESSAGE_VALUE
The default header value indicating that this is a paywall api message.
|
static java.lang.String |
PARAMETER_INVOICE_REQUEST
Parameter name used when redirecting an invoice request controller
to check payment.
|
static java.lang.String |
PARAMETER_PAYMENT_REQUEST
Parameter name used when redirecting an order request to a central payment controller
and checking for payment.
|
Constructor and Description |
---|
HTTPConstants() |
public static final java.lang.String HEADER_PAYWALL_MESSAGE
public static final java.lang.String HEADER_PAYWALL_MESSAGE_VALUE
public static final java.lang.String HEADER_PAYMENT
public static final java.lang.String COOKIE_INVOICE_REQUEST
public static final java.lang.String HEADER_INVOICE_REQUEST
public static final java.lang.String PARAMETER_INVOICE_REQUEST
public static final java.lang.String COOKIE_PAYMENT_REQUEST
public static final java.lang.String HEADER_PAYMENT_REQUEST
public static final java.lang.String PARAMETER_PAYMENT_REQUEST