Uses of Class
org.eclipse.aether.transfer.HttpTransportProperty.HttpVersion
-
Packages that use HttpTransportProperty.HttpVersion 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.HttpVersion in org.eclipse.aether.transfer
Methods in org.eclipse.aether.transfer that return HttpTransportProperty.HttpVersion Modifier and Type Method Description static HttpTransportProperty.HttpVersionHttpTransportProperty.HttpVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpTransportProperty.HttpVersion[]HttpTransportProperty.HttpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-