libgdx API

Uses of Class
com.badlogic.gdx.Net.HttpRequest

Packages that use Net.HttpRequest
com.badlogic.gdx   
com.badlogic.gdx.net   
 

Uses of Net.HttpRequest in com.badlogic.gdx
 

Methods in com.badlogic.gdx with parameters of type Net.HttpRequest
 void Net.sendHttpRequest(Net.HttpRequest httpRequest, Net.HttpResponseListener httpResponseListener)
          Process the specified Net.HttpRequest and reports the Net.HttpResponse to the specified Net.HttpResponseListener .
 

Uses of Net.HttpRequest in com.badlogic.gdx.net
 

Methods in com.badlogic.gdx.net with parameters of type Net.HttpRequest
 void NetJavaImpl.sendHttpRequest(Net.HttpRequest httpRequest, Net.HttpResponseListener httpResponseListener)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)