Uses of Enum
org.eclipse.aether.transfer.HttpTransportProperty.SslProtocol
Packages that use HttpTransportProperty.SslProtocol
Package
Description
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
-
Uses of HttpTransportProperty.SslProtocol in org.eclipse.aether.transfer
Subclasses with type arguments of type HttpTransportProperty.SslProtocol in org.eclipse.aether.transferModifier and TypeClassDescriptionstatic enumSSL protocol including version used for the HTTP transport.Methods in org.eclipse.aether.transfer that return HttpTransportProperty.SslProtocolModifier and TypeMethodDescriptionHttpTransportProperty.SslProtocol.fromStandardName(String name) Converts a standard SSL protocol name to the corresponding SslProtocol enum value.Returns the enum constant of this type with the specified name.static HttpTransportProperty.SslProtocol[]HttpTransportProperty.SslProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.