public class Lwjgl3Net
extends java.lang.Object
implements com.badlogic.gdx.Net
Net API, it could be reused in other Desktop backends since it doesn't depend on LWJGL.| Constructor and Description |
|---|
Lwjgl3Net(Lwjgl3ApplicationConfiguration configuration) |
| 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 ipAddress,
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 Lwjgl3Net(Lwjgl3ApplicationConfiguration configuration)
public void sendHttpRequest(com.badlogic.gdx.Net.HttpRequest httpRequest,
com.badlogic.gdx.Net.HttpResponseListener httpResponseListener)
sendHttpRequest in interface com.badlogic.gdx.Netpublic void cancelHttpRequest(com.badlogic.gdx.Net.HttpRequest httpRequest)
cancelHttpRequest in interface com.badlogic.gdx.Netpublic com.badlogic.gdx.net.ServerSocket newServerSocket(com.badlogic.gdx.Net.Protocol protocol,
java.lang.String ipAddress,
int port,
com.badlogic.gdx.net.ServerSocketHints hints)
newServerSocket in interface com.badlogic.gdx.Netpublic 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.Netpublic 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.Netpublic boolean openURI(java.lang.String uri)
openURI in interface com.badlogic.gdx.Net