|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.cloud.CloudRequest
public class CloudRequest
An Encog cloud request. Sends a request to the Encog cloud and handles the response.
| Constructor Summary | |
|---|---|
CloudRequest()
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
String |
getResponseProperty(String key)
Get a response property. |
String |
getService()
|
String |
getSession()
|
String |
getStatus()
|
void |
performURLGET(boolean async,
String url)
Perform a GET request. |
void |
performURLPOST(boolean async,
String service,
Map<String,String> args)
Perform a POST to the cloud. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CloudRequest()
| Method Detail |
|---|
public String getMessage()
public String getResponseProperty(String key)
key - The key.
public String getService()
public String getSession()
public String getStatus()
public void performURLGET(boolean async,
String url)
async - True if this request should be asynchronous.url - The URL.
public void performURLPOST(boolean async,
String service,
Map<String,String> args)
async - True if this request should be asynchronous.service - The service.args - The POST arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||