|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Client
Base interface for interacting with clients.
| Method Summary | |
|---|---|
void |
fetch()
|
long |
getCallDuration()
|
Config |
getConfig()
|
java.lang.String |
getHost()
Get the host name for API calls. |
java.io.InputStream |
getInputStream()
|
java.lang.String |
getLastRequestURL()
|
java.lang.String |
getNextRequestURL()
|
long |
getParseDuration()
|
java.util.Date |
getRestartPoint()
|
java.util.List |
getResults()
|
java.lang.String |
getRouter()
Get the router URL for API calls. |
long |
getSleepDuration()
|
void |
setConfig(Config config)
|
void |
setHost(java.lang.String v)
|
void |
setParseDuration(long v)
|
void |
setSleepDuration(long v)
|
| Method Detail |
|---|
void fetch()
throws java.io.IOException,
ParseException,
java.lang.InterruptedException
java.io.IOException
ParseException
java.lang.InterruptedExceptionjava.util.List getResults()
void setConfig(Config config)
Config getConfig()
java.lang.String getNextRequestURL()
java.lang.String getLastRequestURL()
long getCallDuration()
long getSleepDuration()
void setSleepDuration(long v)
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionjava.util.Date getRestartPoint()
void setHost(java.lang.String v)
java.lang.String getHost()
java.lang.String getRouter()
long getParseDuration()
void setParseDuration(long v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||