Uses of Class
com.badlogic.gdx.Net.Protocol
-
Packages that use Net.Protocol Package Description com.badlogic.gdx com.badlogic.gdx.net -
-
Uses of Net.Protocol in com.badlogic.gdx
Methods in com.badlogic.gdx that return Net.Protocol Modifier and Type Method Description static Net.ProtocolNet.Protocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Net.Protocol[]Net.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx with parameters of type Net.Protocol 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.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 Net.Protocol in com.badlogic.gdx.net
Methods in com.badlogic.gdx.net that return Net.Protocol Modifier and Type Method Description Net.ProtocolNetJavaServerSocketImpl. getProtocol()Net.ProtocolServerSocket. getProtocol()Constructors in com.badlogic.gdx.net with parameters of type Net.Protocol Constructor Description NetJavaServerSocketImpl(Net.Protocol protocol, int port, ServerSocketHints hints)NetJavaServerSocketImpl(Net.Protocol protocol, java.lang.String hostname, int port, ServerSocketHints hints)NetJavaSocketImpl(Net.Protocol protocol, java.lang.String host, int port, SocketHints hints)
-