Uses of Enum Class
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.spi.connector.transport.http
Methods in org.eclipse.aether.spi.connector.transport.http with parameters of type HttpTransportProperty.SslProtocolModifier and TypeMethodDescriptionHttpTransportPropertiesBuilder.withSslProtocol(HttpTransportProperty.SslProtocol sslProtocol) -
Uses of HttpTransportProperty.SslProtocol in org.eclipse.aether.transfer
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 class with the specified name.static HttpTransportProperty.SslProtocol[]HttpTransportProperty.SslProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.