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 ResourceType
ResourceType. RTYPE_CDF
Resource type for table.load.cdf.static ResourceType
ResourceType. RTYPE_FITS
Resource type for image.load.fits.static ResourceType
ResourceType. RTYPE_VOTABLE
Resource 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 ResourceType
ResourceType. 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 ResourceType
ResourceType. 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.
-