Interface HttpProcessingUnitConstants
-
- All Known Implementing Classes:
HttpProcessingUnit
public interface HttpProcessingUnitConstantsDefines the parameters for theHttpProcessingUnit.
-
-
Field Summary
Fields Modifier and Type Field Description static com.github.toolarium.processing.unit.dto.ParameterDefinitionDOMAIN_PARAMETERDOMAIN_PARAMETER: the domain parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionENCODE_REQUEST_QUERY_PARAMETERENCODE_REQUEST_QUERY_PARAMETER: the method parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionEXPECTED_RESPONSE_CODE_PARAMTEREXPECTED_RESPONSE_CODE_PARAMTER: the expected response code parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionFOLLOW_REDIRECT_PARAMETERFOLLOW_REDIRECT_PARAMETER: define it redirect will be followed.static com.github.toolarium.processing.unit.dto.ParameterDefinitionHTTP_VERSION_PARAMETERHTTP_VERSION_PARAMETER: define the http version.static com.github.toolarium.processing.unit.dto.ParameterDefinitionNUMBER_OF_CALLS_PARAMTERNUMBER_OF_CALLS_PARAMTER: the number of calls.static com.github.toolarium.processing.unit.dto.ParameterDefinitionPATH_PARAMETERPATH_PARAMETER: the path parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionPORT_PARAMETERPORT_PARAMETER: the port parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionPROTOCOL_PARAMETERPROTOCOL_PARAMETER: the protocol parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionREQUEST_BODY_PARAMETERREQUEST_BODY_PARAMETER: the request body.static com.github.toolarium.processing.unit.dto.ParameterDefinitionREQUEST_METHOD_PARAMETERMETHOD_PARAMETER: the method parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionREQUEST_QUERY_PARAMETERREQUEST_QUERY_PARAMETER: the method parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionREQUESTR_HEADER_PARAMETERREQUESTR_HEADER_PARAMETER: the header parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionRETRY_AFTER_TIMEOUT_PARAMTERRETRY_AFTER_TIMEOUT_PARAMTER: the timeout.static com.github.toolarium.processing.unit.dto.ParameterDefinitionSLEEPTIME_BEFORE_RETRY_PARAMTERSLEEPTIME_BEFORE_RETRY_PARAMTER: the timeout.static com.github.toolarium.processing.unit.dto.ParameterDefinitionTIMEOUT_PARAMTERTIMEOUT_PARAMTER: the timeout.static com.github.toolarium.processing.unit.dto.ParameterDefinitionURL_PARAMETERURL_PARAMETER: the url parameter.static com.github.toolarium.processing.unit.dto.ParameterDefinitionVERIFY_CERTIFICATE_PARAMETERVERIFY_CERTIFICATE_PARAMETER: the verify certificate parameter in case of a https call.
-
-
-
Field Detail
-
PROTOCOL_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition PROTOCOL_PARAMETER
PROTOCOL_PARAMETER: the protocol parameter. It is optional.
-
DOMAIN_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition DOMAIN_PARAMETER
DOMAIN_PARAMETER: the domain parameter. It is optional.
-
PORT_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition PORT_PARAMETER
PORT_PARAMETER: the port parameter. It is optional.
-
PATH_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition PATH_PARAMETER
PATH_PARAMETER: the path parameter. It is optional.
-
URL_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition URL_PARAMETER
URL_PARAMETER: the url parameter. It is optional.
-
HTTP_VERSION_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition HTTP_VERSION_PARAMETER
HTTP_VERSION_PARAMETER: define the http version.
-
VERIFY_CERTIFICATE_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition VERIFY_CERTIFICATE_PARAMETER
VERIFY_CERTIFICATE_PARAMETER: the verify certificate parameter in case of a https call.
-
REQUEST_METHOD_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition REQUEST_METHOD_PARAMETER
METHOD_PARAMETER: the method parameter.
-
REQUEST_QUERY_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition REQUEST_QUERY_PARAMETER
REQUEST_QUERY_PARAMETER: the method parameter.
-
ENCODE_REQUEST_QUERY_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition ENCODE_REQUEST_QUERY_PARAMETER
ENCODE_REQUEST_QUERY_PARAMETER: the method parameter.
-
REQUESTR_HEADER_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition REQUESTR_HEADER_PARAMETER
REQUESTR_HEADER_PARAMETER: the header parameter.
-
REQUEST_BODY_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition REQUEST_BODY_PARAMETER
REQUEST_BODY_PARAMETER: the request body.
-
NUMBER_OF_CALLS_PARAMTER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition NUMBER_OF_CALLS_PARAMTER
NUMBER_OF_CALLS_PARAMTER: the number of calls.
-
TIMEOUT_PARAMTER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition TIMEOUT_PARAMTER
TIMEOUT_PARAMTER: the timeout.
-
RETRY_AFTER_TIMEOUT_PARAMTER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition RETRY_AFTER_TIMEOUT_PARAMTER
RETRY_AFTER_TIMEOUT_PARAMTER: the timeout.
-
SLEEPTIME_BEFORE_RETRY_PARAMTER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition SLEEPTIME_BEFORE_RETRY_PARAMTER
SLEEPTIME_BEFORE_RETRY_PARAMTER: the timeout.
-
FOLLOW_REDIRECT_PARAMETER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition FOLLOW_REDIRECT_PARAMETER
FOLLOW_REDIRECT_PARAMETER: define it redirect will be followed.
-
EXPECTED_RESPONSE_CODE_PARAMTER
static final com.github.toolarium.processing.unit.dto.ParameterDefinition EXPECTED_RESPONSE_CODE_PARAMTER
EXPECTED_RESPONSE_CODE_PARAMTER: the expected response code parameter.
-
-