Uses of Class
org.astrogrid.samp.util.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in org.astrogrid.samp.util
Fields in org.astrogrid.samp.util declared as ResourceTypeModifier and TypeFieldDescriptionstatic final ResourceTypeResourceType.RTYPE_CDFResource type for table.load.cdf.static final ResourceTypeResourceType.RTYPE_FITSResource type for image.load.fits.static final ResourceTypeResourceType.RTYPE_VOTABLEResource type for table.load.votable.Methods in org.astrogrid.samp.util that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType[]ResourceType.getKnownResourceTypes()Returns the known resource types.static ResourceTypeResourceType.readContentResourceType(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(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 ResourceTypeModifierConstructorDescriptionSampLoad(GuiHubConnector connector, ResourceType rtype, URL url, String location) Constructor.