Class ApacheTransporterConfigurationKeys
java.lang.Object
org.eclipse.aether.transport.apache.ApacheTransporterConfigurationKeys
Configuration for Apache Transport.
- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Comma-separated list of Cipher Suites which are enabled for HTTPS connections.static final String
The name of retryHandler, supported values are “standard”, that obeys RFC-2616, regarding idempotent methods, and “default” that considers requests w/o payload as idempotent.static final String
Set to true if it is acceptable to retry non-idempotent requests, that have been sent.static final String
Comma-separated list of Protocols which are enabled for HTTPS connections.static final String
If enabled, underlying Apache HttpClient will use system properties as well to configure itself (typically used to set up HTTP Proxy via Java system properties).static final boolean
static final boolean
static final String
static final String
-
Method Summary
-
Field Details
-
CONFIG_PROP_USE_SYSTEM_PROPERTIES
If enabled, underlying Apache HttpClient will use system properties as well to configure itself (typically used to set up HTTP Proxy via Java system properties). See HttpClientBuilder for used properties. This mode is not recommended, better use documented ways of configuration instead.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Boolean
- Default value:
DEFAULT_USE_SYSTEM_PROPERTIES
- Supports Repo ID Suffix:
- Yes
-
DEFAULT_USE_SYSTEM_PROPERTIES
- See Also:
-
CONFIG_PROP_HTTP_RETRY_HANDLER_NAME
The name of retryHandler, supported values are “standard”, that obeys RFC-2616, regarding idempotent methods, and “default” that considers requests w/o payload as idempotent.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
- Default value:
HTTP_RETRY_HANDLER_NAME_STANDARD
- Supports Repo ID Suffix:
- Yes
-
HTTP_RETRY_HANDLER_NAME_STANDARD
- See Also:
-
HTTP_RETRY_HANDLER_NAME_DEFAULT
- See Also:
-
CONFIG_PROP_HTTP_RETRY_HANDLER_REQUEST_SENT_ENABLED
Set to true if it is acceptable to retry non-idempotent requests, that have been sent.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Boolean
- Default value:
DEFAULT_HTTP_RETRY_HANDLER_REQUEST_SENT_ENABLED
- Supports Repo ID Suffix:
- Yes
-
DEFAULT_HTTP_RETRY_HANDLER_REQUEST_SENT_ENABLED
- See Also:
-
CONFIG_PROP_CIPHER_SUITES
Comma-separated list of Cipher Suites which are enabled for HTTPS connections.- Since:
- 2.0.0
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
-
CONFIG_PROP_PROTOCOLS
Comma-separated list of Protocols which are enabled for HTTPS connections.- Since:
- 2.0.0
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
-