Uses of Class
net.sourceforge.jnlp.cache.ResourceTracker.RequestMethods
-
Packages that use ResourceTracker.RequestMethods Package Description net.sourceforge.jnlp.cache This package contains the JNLP cache. -
-
Uses of ResourceTracker.RequestMethods in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache that return ResourceTracker.RequestMethods Modifier and Type Method Description static ResourceTracker.RequestMethods[]ResourceTracker.RequestMethods. getValidRequestMethods()static ResourceTracker.RequestMethodsResourceTracker.RequestMethods. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceTracker.RequestMethods[]ResourceTracker.RequestMethods. values()Returns an array containing the constants of this enum type, in the order they are declared.
-