public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LOGGER_HTTP_HEADERS
Name of the logger that records all http headers from the client and the server.
|
static String |
LOGGER_HTTP_WIRE
Name of the logger that records the content sent to and from the server.
|
static String |
LOGGER_SIGNATURE
Name of the logger that records the steps of the request signing process of the HTTP_service.
|
static String |
PROPERTY_API
String property.
|
static String |
PROPERTY_API_VERSION
String property.
|
static String |
PROPERTY_BUILD_VERSION
String property.
|
static String |
PROPERTY_CONNECTION_CLOSE_HEADER
When true, add the Connection: close header.
|
static String |
PROPERTY_CONNECTION_TIMEOUT
Long property.
|
static String |
PROPERTY_CREDENTIAL
String property.
|
static String |
PROPERTY_ENDPOINT
String property.
|
static String |
PROPERTY_IDEMPOTENT_METHODS
Comma-separated list of methods considered idempotent for purposes of retries.
|
static String |
PROPERTY_IDENTITY
String property.
|
static String |
PROPERTY_IO_WORKER_THREADS
Deprecated.
No longer used. Will be removed in jclouds v2
|
static String |
PROPERTY_ISO3166_CODES
String property.
|
static String |
PROPERTY_LOGGER_WIRE_LOG_SENSITIVE_INFO
Boolean property.
|
static String |
PROPERTY_MAX_CONNECTION_REUSE
Integer property.
|
static String |
PROPERTY_MAX_CONNECTIONS_PER_CONTEXT
Integer property.
|
static String |
PROPERTY_MAX_CONNECTIONS_PER_HOST
Integer property.
|
static String |
PROPERTY_MAX_PARALLEL_DELETES
The maximum number of blob deletes happening in parallel at any point in time.
|
static String |
PROPERTY_MAX_RATE_LIMIT_WAIT
Maximum amount of time (in milliseconds) a request will wait until retrying if
the rate limit is exhausted.
|
static String |
PROPERTY_MAX_REDIRECTS
Integer property.
|
static String |
PROPERTY_MAX_RETRIES
Integer property.
|
static String |
PROPERTY_MAX_SESSION_FAILURES
Integer property.
|
static String |
PROPERTY_PRETTY_PRINT_PAYLOADS
Boolean property.
|
static String |
PROPERTY_PROVIDER
String property.
|
static String |
PROPERTY_PROXY_ENABLE_JVM_PROXY
Boolean property.
|
static String |
PROPERTY_PROXY_FOR_SOCKETS
Boolean property.
|
static String |
PROPERTY_PROXY_HOST
String property.
|
static String |
PROPERTY_PROXY_PASSWORD
String property.
|
static String |
PROPERTY_PROXY_PORT
Integer property.
|
static String |
PROPERTY_PROXY_SYSTEM
Deprecated.
in 2.0.0, replaced by
PROPERTY_PROXY_ENABLE_JVM_PROXY does what this intended but better |
static String |
PROPERTY_PROXY_TYPE
String property.
|
static String |
PROPERTY_PROXY_USER
String property.
|
static String |
PROPERTY_RELAX_HOSTNAME
Boolean property.
|
static String |
PROPERTY_REQUEST_TIMEOUT
Long property.
|
static String |
PROPERTY_RETRY_DELAY_START
Long property.
|
static String |
PROPERTY_SCHEDULER_THREADS
Integer property.
|
static String |
PROPERTY_SESSION_INTERVAL
Long property.
|
static String |
PROPERTY_SO_TIMEOUT
int property.
|
static String |
PROPERTY_STRIP_EXPECT_HEADER
When true, strip the Expect: 100-continue header.
|
static String |
PROPERTY_TIMEOUTS_PREFIX
Long properties
Overrides timeouts on sync interfaces.
|
static String |
PROPERTY_TRUST_ALL_CERTS
Boolean property.
|
static String |
PROPERTY_USER_THREADS
Integer property.
|
public static final String PROPERTY_USER_THREADS
@Deprecated public static final String PROPERTY_IO_WORKER_THREADS
public static final String PROPERTY_SCHEDULER_THREADS
public static final String PROPERTY_MAX_CONNECTIONS_PER_CONTEXT
public static final String PROPERTY_MAX_CONNECTIONS_PER_HOST
PROPERTY_MAX_CONNECTIONS_PER_CONTEXT
.public static final String PROPERTY_MAX_SESSION_FAILURES
public static final String PROPERTY_MAX_CONNECTION_REUSE
public static final String PROPERTY_SO_TIMEOUT
public static final String PROPERTY_CONNECTION_TIMEOUT
public static final String PROPERTY_SESSION_INTERVAL
@Deprecated public static final String PROPERTY_PROXY_SYSTEM
PROPERTY_PROXY_ENABLE_JVM_PROXY
does what this intended but betterPROPERTY_PROXY_ENABLE_JVM_PROXY
is false
and PROPERTY_PROXY_HOST
is not supplied.
Due to how Java's java.net.useSystemProxies
is handled,
this may have limited effectiveness.public static final String PROPERTY_PROXY_ENABLE_JVM_PROXY
java.net.useSystemProxies
java.net.httpProxyHost
java.net.httpProxyPort
PROPERTY_PROXY_HOST
is set that will always take priority
when jclouds looks for a proxy.
If this property is explicitly set false
,
then jclouds will not use a proxy irrespective of the java.net.*
settings,
unless PROPERTY_PROXY_HOST
is set or PROPERTY_PROXY_SYSTEM
is true.public static final String PROPERTY_PROXY_HOST
public static final String PROPERTY_PROXY_PORT
PROPERTY_PROXY_TYPE
is
HTTP
, and 1080 when PROPERTY_PROXY_TYPE
is SOCKS
.
Explicitly sets the port number of a proxy server.public static final String PROPERTY_PROXY_TYPE
HTTP
, valid options: HTTP
, SOCKS
.
Explicitly sets the type of a proxy server.Proxy.Type
,
Constant Field Valuespublic static final String PROPERTY_PROXY_USER
PROPERTY_PROXY_HOST
is supplied.public static final String PROPERTY_PROXY_PASSWORD
PROPERTY_PROXY_HOST
is supplied.public static final String PROPERTY_PROXY_FOR_SOCKETS
public static final String PROPERTY_MAX_RETRIES
public static final String PROPERTY_RETRY_DELAY_START
PROPERTY_MAX_RETRIES
is greater
than zero, this property is used to determine the start delay. The delay is based on exponential
backoff algorithm. Default value for this property is 50 milliseconds.public static final String PROPERTY_MAX_REDIRECTS
public static final String PROPERTY_REQUEST_TIMEOUT
public static final String PROPERTY_RELAX_HOSTNAME
public static final String PROPERTY_TRUST_ALL_CERTS
public static final String PROPERTY_LOGGER_WIRE_LOG_SENSITIVE_INFO
public static final String LOGGER_HTTP_HEADERS
public static final String LOGGER_HTTP_WIRE
public static final String LOGGER_SIGNATURE
public static final String PROPERTY_PROVIDER
public static final String PROPERTY_API
public static final String PROPERTY_API_VERSION
public static final String PROPERTY_BUILD_VERSION
4.1.8
while the build version is
4.1.8r75467
.public static final String PROPERTY_ENDPOINT
public static final String PROPERTY_IDENTITY
public static final String PROPERTY_ISO3166_CODES
Location#getIso3166Codes
,
Constant Field Valuespublic static final String PROPERTY_CREDENTIAL
public static final String PROPERTY_TIMEOUTS_PREFIX
#10 seconds
jclouds.timeouts.S3Client.bucketExists=10000
Or for all methods:
jclouds.timeouts.GridServerClient = 350000
public static final String PROPERTY_PRETTY_PRINT_PAYLOADS
public static final String PROPERTY_STRIP_EXPECT_HEADER
public static final String PROPERTY_CONNECTION_CLOSE_HEADER
public static final String PROPERTY_MAX_PARALLEL_DELETES
public static final String PROPERTY_IDEMPOTENT_METHODS
public static final String PROPERTY_MAX_RATE_LIMIT_WAIT
Default value: 2 minutes.
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.