gov.nasa.worldwind
Interface Retriever
- All Superinterfaces:
- AVList, Callable<Retriever>, EventListener, PropertyChangeListener, WWObject
- All Known Implementing Classes:
- HTTPRetriever, URLRetriever
public interface Retriever
- extends WWObject, Callable<Retriever>
| Methods inherited from interface gov.nasa.worldwind.AVList |
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, firePropertyChange, getStringValue, getValue, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue |
| Methods inherited from interface java.util.concurrent.Callable |
call |
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
getBeginTime
long getBeginTime()
getBuffer
ByteBuffer getBuffer()
getContentLength
int getContentLength()
getContentLengthRead
int getContentLengthRead()
getContentType
String getContentType()
getEndTime
long getEndTime()
getName
String getName()
getState
String getState()
getSubmitTime
long getSubmitTime()
setBeginTime
void setBeginTime(long beginTime)
setEndTime
void setEndTime(long endTime)
setSubmitTime
void setSubmitTime(long submitTime)