|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.cloud.AsynchronousCloudRequest
public class AsynchronousCloudRequest
An asynchronous cloud request is set to the cloud, but we do not require a reply. This allows status updates to be executed in a separate thread without the need to wait.
| Constructor Summary | |
|---|---|
AsynchronousCloudRequest(URL url)
Construct the cloud request. |
|
AsynchronousCloudRequest(URL url,
Map<String,String> params)
Construct the cloud request. |
|
| Method Summary | |
|---|---|
Map<String,String> |
getParams()
|
URL |
getUrl()
|
void |
run()
Ran by the thread to perform the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsynchronousCloudRequest(URL url)
url - The URL this request is to go to.
public AsynchronousCloudRequest(URL url,
Map<String,String> params)
url - The URL this request goes to.params - The POST params.| Method Detail |
|---|
public Map<String,String> getParams()
public URL getUrl()
public void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||