|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gtosoft.libvoyager.net.GTONet
public class GTONet
This class brokers data between Voyager and network assets.
Constructor Summary | |
---|---|
GTONet(java.util.List<NameValuePair> nameValuePairs)
|
Method Summary | |
---|---|
HttpResponse |
postData(java.lang.String url,
java.util.List<NameValuePair> args)
|
void |
shutdown()
convenience method. |
void |
startWorkerThread()
Creates a new "worker" thread, to which we can post new work to be performed asynchronously from the main (UI) thread. |
void |
stopThreads()
Stop all threads owned by this class instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GTONet(java.util.List<NameValuePair> nameValuePairs)
Method Detail |
---|
public void stopThreads()
public void shutdown()
public void startWorkerThread()
public HttpResponse postData(java.lang.String url, java.util.List<NameValuePair> args)
url
- args
- - args formatted in a List of NameValuePairs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |