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. |
Constructor and Description |
---|
NetJavaServerSocketImpl(Net.Protocol protocol,
int port,
ServerSocketHints hints) |
NetJavaServerSocketImpl(Net.Protocol protocol,
java.lang.String hostname,
int port,
ServerSocketHints hints) |