Uses of Interface
com.badlogic.gdx.net.Socket
-
Packages that use Socket Package Description com.badlogic.gdx com.badlogic.gdx.net -
-
Uses of Socket in com.badlogic.gdx
Methods in com.badlogic.gdx that return Socket Modifier and Type Method Description SocketNet. 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. -
Uses of Socket in com.badlogic.gdx.net
Classes in com.badlogic.gdx.net that implement Socket Modifier and Type Class Description classNetJavaSocketImplSocket implementation using java.net.Socket.Methods in com.badlogic.gdx.net that return Socket Modifier and Type Method Description SocketNetJavaServerSocketImpl. accept(SocketHints hints)SocketServerSocket. accept(SocketHints hints)Accepts a new incoming connection from a clientSocket.
-