Uses of Class
org.eclipse.aether.transfer.HttpTransportProperty.SslProtocol
-
Packages that use HttpTransportProperty.SslProtocol Package Description org.eclipse.aether.transfer 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
Methods in org.eclipse.aether.transfer that return HttpTransportProperty.SslProtocol Modifier and Type Method Description static HttpTransportProperty.SslProtocolHttpTransportProperty.SslProtocol. fromStandardName(java.lang.String name)Converts a standard SSL protocol name to the corresponding SslProtocol enum value.static HttpTransportProperty.SslProtocolHttpTransportProperty.SslProtocol. valueOf(java.lang.String name)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.
-