com.badlogic.gdx.net
Class NetJavaImpl

java.lang.Object
  extended by com.badlogic.gdx.net.NetJavaImpl

public class NetJavaImpl
extends Object

Implements part of the Net API using HttpURLConnection, to be easily reused between the Android and Desktop backends.

Author:
acoppes

Constructor Summary
NetJavaImpl()
           
 
Method Summary
 void sendHttpRequest(Net.HttpRequest httpRequest, Net.HttpResponseListener httpResponseListener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetJavaImpl

public NetJavaImpl()
Method Detail

sendHttpRequest

public void sendHttpRequest(Net.HttpRequest httpRequest,
                            Net.HttpResponseListener httpResponseListener)


Copyright © 2013. All Rights Reserved.