Uses of Interface
com.badlogic.gdx.net.ServerSocket
-
Packages that use ServerSocket Package Description com.badlogic.gdx com.badlogic.gdx.net -
-
Uses of ServerSocket in com.badlogic.gdx
Methods in com.badlogic.gdx that return ServerSocket Modifier and Type Method Description ServerSocketNet. newServerSocket(Net.Protocol protocol, int port, ServerSocketHints hints)Creates a new server socket on the given port, using the givenNet.Protocol, waiting for incoming connections.ServerSocketNet. 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 givenNet.Protocol, waiting for incoming connections. -
Uses of ServerSocket in com.badlogic.gdx.net
Classes in com.badlogic.gdx.net that implement ServerSocket Modifier and Type Class Description classNetJavaServerSocketImplServer socket implementation using java.net.ServerSocket.
-