|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplayn.core.NetImpl
playn.flash.FlashNet
public class FlashNet
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class playn.core.NetImpl |
|---|
NetImpl.BinaryResponse, NetImpl.BuilderImpl, NetImpl.Header, NetImpl.ResponseImpl, NetImpl.StringResponse |
| Nested classes/interfaces inherited from interface playn.core.Net |
|---|
Net.Builder, Net.HttpException, Net.Response, Net.WebSocket |
| Field Summary |
|---|
| Fields inherited from class playn.core.NetImpl |
|---|
platform, UTF8 |
| Constructor Summary | |
|---|---|
FlashNet(FlashPlatform platform)
|
|
| Method Summary | |
|---|---|
void |
get(String url,
Callback<String> callback)
|
void |
post(String url,
String data,
Callback<String> callback)
|
| Methods inherited from class playn.core.NetImpl |
|---|
createWebSocket, execute, req |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlashNet(FlashPlatform platform)
| Method Detail |
|---|
public void get(String url,
Callback<String> callback)
get in interface Netget in class NetImpl
public void post(String url,
String data,
Callback<String> callback)
post in interface Netpost in class NetImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||