libgdx API

Uses of Interface
com.badlogic.gdx.net.Socket

Packages that use Socket
com.badlogic.gdx   
com.badlogic.gdx.net   
 

Uses of Socket in com.badlogic.gdx
 

Methods in com.badlogic.gdx that return Socket
 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.
 

Uses of Socket in com.badlogic.gdx.net
 

Methods in com.badlogic.gdx.net that return Socket
 Socket ServerSocket.accept(SocketHints hints)
          Accepts a new incoming connection from a client Socket.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)