| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.net |
| Modifier and Type | Method and Description |
|---|---|
Socket |
Net.newClientSocket(Net.Protocol protocol,
java.lang.String host,
int port,
SocketHints hints)
Creates a new TCP client socket that connects to the given host and port.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetJavaSocketImpl
Socket implementation using java.net.Socket.
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
NetJavaServerSocketImpl.accept(SocketHints hints) |
Socket |
ServerSocket.accept(SocketHints hints)
Accepts a new incoming connection from a client
Socket. |