NASA World Wind

gov.nasa.worldwind.retrieve
Interface Retriever

All Superinterfaces:
AVList, Callable<Retriever>, EventListener, PropertyChangeListener, WWObject
All Known Implementing Classes:
HTTPRetriever, URLRetriever

public interface Retriever
extends WWObject, Callable<Retriever>


Field Summary
static String RETRIEVER_STATE_CONNECTING
           
static String RETRIEVER_STATE_ERROR
           
static String RETRIEVER_STATE_INTERRUPTED
           
static String RETRIEVER_STATE_NOT_STARTED
           
static String RETRIEVER_STATE_READING
           
static String RETRIEVER_STATE_STARTED
           
static String RETRIEVER_STATE_SUCCESSFUL
           
 
Method Summary
 long getBeginTime()
           
 ByteBuffer getBuffer()
           
 int getConnectTimeout()
           
 int getContentLength()
           
 int getContentLengthRead()
           
 String getContentType()
           
 long getEndTime()
           
 String getName()
           
 int getReadTimeout()
           
 int getStaleRequestLimit()
           
 String getState()
           
 long getSubmitTime()
           
 void setBeginTime(long beginTime)
           
 void setConnectTimeout(int connectTimeout)
           
 void setEndTime(long endTime)
           
 void setReadTimeout(int readTimeout)
           
 void setStaleRequestLimit(int staleRequestLimit)
           
 void setSubmitTime(long submitTime)
           
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Field Detail

RETRIEVER_STATE_CONNECTING

static final String RETRIEVER_STATE_CONNECTING
See Also:
Constant Field Values

RETRIEVER_STATE_ERROR

static final String RETRIEVER_STATE_ERROR
See Also:
Constant Field Values

RETRIEVER_STATE_INTERRUPTED

static final String RETRIEVER_STATE_INTERRUPTED
See Also:
Constant Field Values

RETRIEVER_STATE_NOT_STARTED

static final String RETRIEVER_STATE_NOT_STARTED
See Also:
Constant Field Values

RETRIEVER_STATE_READING

static final String RETRIEVER_STATE_READING
See Also:
Constant Field Values

RETRIEVER_STATE_STARTED

static final String RETRIEVER_STATE_STARTED
See Also:
Constant Field Values

RETRIEVER_STATE_SUCCESSFUL

static final String RETRIEVER_STATE_SUCCESSFUL
See Also:
Constant Field Values
Method Detail

getBeginTime

long getBeginTime()

getBuffer

ByteBuffer getBuffer()

getConnectTimeout

int getConnectTimeout()

getContentLength

int getContentLength()

getContentLengthRead

int getContentLengthRead()

getContentType

String getContentType()

getEndTime

long getEndTime()

getName

String getName()

getReadTimeout

int getReadTimeout()

getStaleRequestLimit

int getStaleRequestLimit()

getState

String getState()

getSubmitTime

long getSubmitTime()

setBeginTime

void setBeginTime(long beginTime)

setConnectTimeout

void setConnectTimeout(int connectTimeout)

setEndTime

void setEndTime(long endTime)

setReadTimeout

void setReadTimeout(int readTimeout)

setStaleRequestLimit

void setStaleRequestLimit(int staleRequestLimit)

setSubmitTime

void setSubmitTime(long submitTime)

NASA World Wind