Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.net |
Modifier and Type | Method and Description |
---|---|
ServerSocket |
Net.newServerSocket(Net.Protocol protocol,
int port,
ServerSocketHints hints)
Creates a new server socket on the given port, using the given
Net.Protocol , waiting for incoming connections. |
ServerSocket |
Net.newServerSocket(Net.Protocol protocol,
java.lang.String hostname,
int port,
ServerSocketHints hints)
Creates a new server socket on the given address and port, using the given
Net.Protocol , waiting for incoming connections. |
Modifier and Type | Class and Description |
---|---|
class |
NetJavaServerSocketImpl
Server socket implementation using java.net.ServerSocket.
|