Interface HttpProcessingUnitConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.github.toolarium.processing.unit.dto.ParameterDefinition DOMAIN_PARAMETER
      DOMAIN_PARAMETER: the domain parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition ENCODE_REQUEST_QUERY_PARAMETER
      ENCODE_REQUEST_QUERY_PARAMETER: the method parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition EXPECTED_RESPONSE_CODE_PARAMTER
      EXPECTED_RESPONSE_CODE_PARAMTER: the expected response code parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition FOLLOW_REDIRECT_PARAMETER
      FOLLOW_REDIRECT_PARAMETER: define it redirect will be followed.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition HTTP_VERSION_PARAMETER
      HTTP_VERSION_PARAMETER: define the http version.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition NUMBER_OF_CALLS_PARAMTER
      NUMBER_OF_CALLS_PARAMTER: the number of calls.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition PATH_PARAMETER
      PATH_PARAMETER: the path parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition PORT_PARAMETER
      PORT_PARAMETER: the port parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition PROTOCOL_PARAMETER
      PROTOCOL_PARAMETER: the protocol parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition REQUEST_BODY_PARAMETER
      REQUEST_BODY_PARAMETER: the request body.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition REQUEST_METHOD_PARAMETER
      METHOD_PARAMETER: the method parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition REQUEST_QUERY_PARAMETER
      REQUEST_QUERY_PARAMETER: the method parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition REQUESTR_HEADER_PARAMETER
      REQUESTR_HEADER_PARAMETER: the header parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition RETRY_AFTER_TIMEOUT_PARAMTER
      RETRY_AFTER_TIMEOUT_PARAMTER: the timeout.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition SLEEPTIME_BEFORE_RETRY_PARAMTER
      SLEEPTIME_BEFORE_RETRY_PARAMTER: the timeout.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition TIMEOUT_PARAMTER
      TIMEOUT_PARAMTER: the timeout.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition URL_PARAMETER
      URL_PARAMETER: the url parameter.
      static com.github.toolarium.processing.unit.dto.ParameterDefinition VERIFY_CERTIFICATE_PARAMETER
      VERIFY_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.