NASA World Wind

Uses of Interface
gov.nasa.worldwind.retrieve.Retriever

Packages that use Retriever
gov.nasa.worldwind.retrieve   
 

Uses of Retriever in gov.nasa.worldwind.retrieve
 

Classes in gov.nasa.worldwind.retrieve that implement Retriever
 class HTTPRetriever
           
 class URLRetriever
           
 

Methods in gov.nasa.worldwind.retrieve that return Retriever
 Retriever URLRetriever.call()
           
 Retriever RetrievalFuture.getRetriever()
           
 

Methods in gov.nasa.worldwind.retrieve with parameters of type Retriever
 boolean RetrievalService.contains(Retriever retriever)
           
 boolean BasicRetrievalService.contains(Retriever retriever)
           
 ByteBuffer RetrieveToFilePostProcessor.run(Retriever retriever)
           
 ByteBuffer RetrievalPostProcessor.run(Retriever retriever)
           
 RetrievalFuture RetrievalService.runRetriever(Retriever retriever)
           
 RetrievalFuture BasicRetrievalService.runRetriever(Retriever retriever)
           
 RetrievalFuture RetrievalService.runRetriever(Retriever retriever, double priority)
           
 RetrievalFuture BasicRetrievalService.runRetriever(Retriever retriever, double priority)
           
 


NASA World Wind