Uses of Enum Class
org.eclipse.aether.ConfigurationProperties.HttpVersion
Packages that use ConfigurationProperties.HttpVersion
Package
Description
The primary API of the
RepositorySystem and its functionality.Utilities for HTTP transporters.
-
Uses of ConfigurationProperties.HttpVersion in org.eclipse.aether
Fields in org.eclipse.aether declared as ConfigurationProperties.HttpVersionModifier and TypeFieldDescriptionstatic final ConfigurationProperties.HttpVersionConfigurationProperties.DEFAULT_HTTP_VERSIONDefault value ifConfigurationProperties.HTTP_VERSIONis not set.Methods in org.eclipse.aether that return ConfigurationProperties.HttpVersionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConfigurationProperties.HttpVersion[]ConfigurationProperties.HttpVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfigurationProperties.HttpVersion in org.eclipse.aether.util.connector.transport.http
Methods in org.eclipse.aether.util.connector.transport.http that return ConfigurationProperties.HttpVersionModifier and TypeMethodDescriptionHttpTransporterUtils.getHttpVersion(RepositorySystemSession session, RemoteRepository repository) Getter forConfigurationProperties.HTTP_VERSION.