public class IOSMini2DxNet
extends java.lang.Object
implements com.badlogic.gdx.Net
Constructor and Description |
---|
IOSMini2DxNet(IOSMini2DxGame app) |
Modifier and Type | Method and Description |
---|---|
void |
cancelHttpRequest(com.badlogic.gdx.Net.HttpRequest httpRequest) |
com.badlogic.gdx.net.Socket |
newClientSocket(com.badlogic.gdx.Net.Protocol protocol,
java.lang.String host,
int port,
com.badlogic.gdx.net.SocketHints hints) |
com.badlogic.gdx.net.ServerSocket |
newServerSocket(com.badlogic.gdx.Net.Protocol protocol,
int port,
com.badlogic.gdx.net.ServerSocketHints hints) |
com.badlogic.gdx.net.ServerSocket |
newServerSocket(com.badlogic.gdx.Net.Protocol protocol,
java.lang.String hostname,
int port,
com.badlogic.gdx.net.ServerSocketHints hints) |
boolean |
openURI(java.lang.String URI) |
void |
sendHttpRequest(com.badlogic.gdx.Net.HttpRequest httpRequest,
com.badlogic.gdx.Net.HttpResponseListener httpResponseListener) |
public IOSMini2DxNet(IOSMini2DxGame app)
public void sendHttpRequest(com.badlogic.gdx.Net.HttpRequest httpRequest, com.badlogic.gdx.Net.HttpResponseListener httpResponseListener)
sendHttpRequest
in interface com.badlogic.gdx.Net
public void cancelHttpRequest(com.badlogic.gdx.Net.HttpRequest httpRequest)
cancelHttpRequest
in interface com.badlogic.gdx.Net
public com.badlogic.gdx.net.ServerSocket newServerSocket(com.badlogic.gdx.Net.Protocol protocol, java.lang.String hostname, int port, com.badlogic.gdx.net.ServerSocketHints hints)
newServerSocket
in interface com.badlogic.gdx.Net
public com.badlogic.gdx.net.ServerSocket newServerSocket(com.badlogic.gdx.Net.Protocol protocol, int port, com.badlogic.gdx.net.ServerSocketHints hints)
newServerSocket
in interface com.badlogic.gdx.Net
public com.badlogic.gdx.net.Socket newClientSocket(com.badlogic.gdx.Net.Protocol protocol, java.lang.String host, int port, com.badlogic.gdx.net.SocketHints hints)
newClientSocket
in interface com.badlogic.gdx.Net
public boolean openURI(java.lang.String URI)
openURI
in interface com.badlogic.gdx.Net