Uses of Class
gov.nasa.worldwind.retrieve.URLRetriever
- 
Packages that use URLRetriever Package Description gov.nasa.worldwind.retrieve 
- 
- 
Uses of URLRetriever in gov.nasa.worldwind.retrieveSubclasses of URLRetriever in gov.nasa.worldwind.retrieve Modifier and Type Class Description classHTTPRetrieverclassJarRetrieverRetrieves 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.Methods in gov.nasa.worldwind.retrieve that return URLRetriever Modifier and Type Method Description static URLRetrieverURLRetriever. createRetriever(java.net.URL url, RetrievalPostProcessor postProcessor)Create the appropriate retriever for a URL's protocol.
 
-