| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CHARACTER_SET |
"UTF-8" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANONYMOUS |
"ANONYMOUS" |
public static final String |
ANY |
"ANY" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BAD_KEYSTORE_ERROR |
"The keystore provided in the \'keystore\' input is corrupted OR the password (in the \'keystorePassword\' input) is incorrect" |
public static final String |
BAD_TRUST_KEYSTORE_ERROR |
"The trust keystore provided in the \'trustKeystore\' input is corrupted OR the password (in the \'trustPassword\' input) is incorrect" |
public static final String |
INVALID_KEYSTORE_ERROR |
"A keystore could not be found or it does not contain the needed certificate" |
public static final String |
INVALID_TRUST_KEYSTORE_ERROR |
"A trust keystore could not be found or it does not contain the needed certificate" |
public static final String |
SSL_CONNECTION_ERROR |
"Could not create SSL connection. Invalid keystore or trustKeystore certificates." |
public static final String |
SSLv3 |
"SSLv3" |
public static final String |
TLSv10 |
"TLSv1" |
public static final String |
TLSv11 |
"TLSv1.1" |
public static final String |
TLSv12 |
"TLSv1.2" |
public static final String |
TRUST_ALL_ROOTS_ERROR |
"Could not use trustAllRoots=" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHANGEIT |
"changeit" |
public static final String |
CHARACTER_SET |
"characterSet" |
public static final String |
TEXT |
"text" |
public static final String |
TLSv12 |
"TLSv1.2" |
public static final String |
URL |
"url" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALLOWED_CYPHERS |
"allowedCyphers" |
public static final String |
AUTH_TYPE |
"authType" |
public static final String |
BODY |
"body" |
public static final String |
CHUNKED_REQUEST_ENTITY |
"chunkedRequestEntity" |
public static final String |
CONNECT_TIMEOUT |
"connectTimeout" |
public static final String |
CONNECTIONS_MAX_PER_ROUTE |
"connectionsMaxPerRoute" |
public static final String |
CONNECTIONS_MAX_TOTAL |
"connectionsMaxTotal" |
public static final String |
CONTENT_TYPE |
"contentType" |
public static final String |
DESTINATION_FILE |
"destinationFile" |
public static final String |
FOLLOW_REDIRECTS |
"followRedirects" |
public static final String |
FORM_PARAMS |
"formParams" |
public static final String |
FORM_PARAMS_ARE_URLENCODED |
"formParamsAreURLEncoded" |
public static final String |
HEADERS |
"headers" |
public static final String |
KEEP_ALIVE |
"keepAlive" |
public static final String |
KERBEROS_CONFIG_FILE |
"kerberosConfFile" |
public static final String |
KERBEROS_LOGIN_CONFIG_FILE |
"kerberosLoginConfFile" |
public static final String |
KERBEROS_SKIP_PORT_CHECK |
"kerberosSkipPortForLookup" |
public static final String |
KEYSTORE |
"keystore" |
public static final String |
KEYSTORE_PASSWORD |
"keystorePassword" |
public static final String |
METHOD |
"method" |
public static final String |
MULTIPART_BODIES |
"multipartBodies" |
public static final String |
MULTIPART_BODIES_CONTENT_TYPE |
"multipartBodiesContentType" |
public static final String |
MULTIPART_FILES |
"multipartFiles" |
public static final String |
MULTIPART_FILES_CONTENT_TYPE |
"multipartFilesContentType" |
public static final String |
MULTIPART_VALUES_ARE_URLENCODED |
"multipartValuesAreURLEncoded" |
public static final String |
PASSWORD |
"password" |
public static final String |
PREEMPTIVE_AUTH |
"preemptiveAuth" |
public static final String |
PROXY_HOST |
"proxyHost" |
public static final String |
PROXY_PASSWORD |
"proxyPassword" |
public static final String |
PROXY_PORT |
"proxyPort" |
public static final String |
PROXY_USERNAME |
"proxyUsername" |
public static final String |
QUERY_PARAMS |
"queryParams" |
public static final String |
QUERY_PARAMS_ARE_FORM_ENCODED |
"queryParamsAreFormEncoded" |
public static final String |
QUERY_PARAMS_ARE_URLENCODED |
"queryParamsAreURLEncoded" |
public static final String |
REQUEST_CHARACTER_SET |
"requestCharacterSet" |
public static final String |
RESPONSE_CHARACTER_SET |
"responseCharacterSet" |
public static final String |
SESSION_CONNECTION_POOL |
"httpClientPoolingConnectionManager" |
public static final String |
SESSION_COOKIES |
"httpClientCookieSession" |
public static final String |
SOCKET_TIMEOUT |
"socketTimeout" |
public static final String |
SOURCE_FILE |
"sourceFile" |
public static final String |
TLS_VERSION |
"tlsVersion" |
public static final String |
TRUST_ALL_ROOTS |
"trustAllRoots" |
public static final String |
TRUST_KEYSTORE |
"trustKeystore" |
public static final String |
TRUST_PASSWORD |
"trustPassword" |
public static final String |
URL |
"url" |
public static final String |
USE_COOKIES |
"useCookies" |
public static final String |
USERNAME |
"username" |
public static final String |
X509_HOSTNAME_VERIFIER |
"x509HostnameVerifier" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EXCEPTION |
"exception" |
public static final String |
FINAL_LOCATION |
"finalLocation" |
public static final String |
PROTOCOL_VERSION |
"protocolVersion" |
public static final String |
REASON_PHRASE |
"reasonPhrase" |
public static final String |
RESPONSE_HEADERS |
"responseHeaders" |
public static final String |
RETURN_CODE |
"returnCode" |
public static final String |
RETURN_RESULT |
"returnResult" |
public static final String |
STATUS_CODE |
"statusCode" |
public static final String |
SUCCESS |
"0" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHARACTER_SET_DESC |
"The character encoding used for URL encoding. Leave this UTF-8, like the standard recommends and because the inputs are stored as UTF-8." |
public static final String |
EXCEPTION_DESC |
"In case of success response, this result is empty. In case of failure response, this result contains the java stack trace of the runtime exception." |
public static final String |
RETURN_CODE_DESC |
"The return code of the operation. 0 if the operation goes to success, -1 if the operation goes to failure." |
public static final String |
URL_DESC |
"Any text like query or form values. Adding a whole URL will not work." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RETURN_RESULT_DESC |
"The percent-decoded \'url\'. In case of an error this output will contain the error message." |
public static final String |
URL_DECODER_DESC |
"This operation will decode percent (URL decode) the given text. This is used for decoding parts of a URI and for the preparation of data of the application/x-www-form-urlencoded media type. This is conforming to RFC 3986." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RETURN_RESULT_DESC |
"The percent-encoded \'url\'. In case of an error this output will contain the error message." |
public static final String |
URL_ENCODER_DESC |
"This operation will percent encode (URL encode) the given text. This is used for encoding parts of a URI and for the preparation of data of the application/x-www-form-urlencoded media type. This is conforming to RFC 3986." |
Copyright © 2020. All rights reserved.