Package | Description |
---|---|
gov.nasa.worldwind.retrieve |
Modifier and Type | Class and Description |
---|---|
class |
HTTPRetriever |
class |
JarRetriever
Retrieves resources identified by a jar url, which has the form
jar:<url>!/{entry} , as in:
jar:http://www.foo.com/bar/baz.jar!/COM/foo/Quux.class. |
Modifier and Type | Method and Description |
---|---|
static URLRetriever |
URLRetriever.createRetriever(java.net.URL url,
RetrievalPostProcessor postProcessor)
Create the appropriate retriever for a URL's protocol.
|