|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.phleisch.app.itsucks.io.impl.AbstractUrlDataRetriever
public abstract class AbstractUrlDataRetriever
Abstract implementation of an data retriever.
| Field Summary | |
|---|---|
protected java.net.URL |
mUrl
|
| Fields inherited from interface de.phleisch.app.itsucks.io.UrlDataRetriever |
|---|
RESULT_RETRIEVAL_ABORTED, RESULT_RETRIEVAL_FAILED, RESULT_RETRIEVAL_FAILED_BUT_RETRYABLE, RESULT_RETRIEVAL_NOT_STARTED_YET, RESULT_RETRIEVAL_OK, RESULT_RETRIEVAL_UNKNOWN |
| Fields inherited from interface de.phleisch.app.itsucks.io.DataRetriever |
|---|
NOTIFICATION_PROGRESS |
| Constructor Summary | |
|---|---|
AbstractUrlDataRetriever()
|
|
| Method Summary | |
|---|---|
java.net.URL |
getUrl()
Returns the URL which is retrieved. |
void |
setUrl(java.net.URL pUrl)
Sets the URL to be retrieved. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.phleisch.app.itsucks.io.UrlDataRetriever |
|---|
getResultCode, getSuggestedTimeToWaitForRetry |
| Methods inherited from interface de.phleisch.app.itsucks.io.DataRetriever |
|---|
abort, connect, disconnect, getBytesSkipped, getContentLenght, getDataAsInputStream, getMetadata, isConnected, isDataAvailable, setBytesToSkip |
| Field Detail |
|---|
protected java.net.URL mUrl
| Constructor Detail |
|---|
public AbstractUrlDataRetriever()
| Method Detail |
|---|
public java.net.URL getUrl()
UrlDataRetriever
getUrl in interface UrlDataRetrieverpublic void setUrl(java.net.URL pUrl)
UrlDataRetriever
setUrl in interface UrlDataRetrieverpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||