Uses of Class
org.astrogrid.samp.util.ResourceType
-
Packages that use ResourceType Package Description org.astrogrid.samp.util -
-
Uses of ResourceType in org.astrogrid.samp.util
Fields in org.astrogrid.samp.util declared as ResourceType Modifier and Type Field Description static ResourceTypeResourceType. RTYPE_CDFResource type for table.load.cdf.static ResourceTypeResourceType. RTYPE_FITSResource type for image.load.fits.static ResourceTypeResourceType. RTYPE_VOTABLEResource type for table.load.votable.Methods in org.astrogrid.samp.util that return ResourceType Modifier and Type Method Description static ResourceType[]ResourceType. getKnownResourceTypes()Returns the known resource types.static ResourceTypeResourceType. readContentResourceType(java.net.URL url)Attempts to determine the resource type of a given URL by downloading the first part of its content and examining the magic number.static ResourceTypeResourceType. readHeadResourceType(java.net.URL url)Attempts to determine the resource type of a given URL by making an HTTP HEAD request and looking at the Content-Type.Constructors in org.astrogrid.samp.util with parameters of type ResourceType Constructor Description SampLoad(GuiHubConnector connector, ResourceType rtype, java.net.URL url, java.lang.String location)Constructor.
-