Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.net |
Modifier and Type | Method and Description |
---|---|
void |
Net.cancelHttpRequest(Net.HttpRequest 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
. |
Modifier and Type | Method and Description |
---|---|
Net.HttpRequest |
HttpRequestBuilder.build()
Returns the
Net.HttpRequest that has been setup by this builder so far. |
Modifier and Type | Method and Description |
---|---|
void |
NetJavaImpl.cancelHttpRequest(Net.HttpRequest httpRequest) |
void |
NetJavaImpl.sendHttpRequest(Net.HttpRequest httpRequest,
Net.HttpResponseListener httpResponseListener) |