libgdx API

Uses of Class
com.badlogic.gdx.net.SocketHints

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

Uses of SocketHints in com.badlogic.gdx
 

Methods in com.badlogic.gdx with parameters of type SocketHints
 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 SocketHints in com.badlogic.gdx.net
 

Methods in com.badlogic.gdx.net with parameters of type SocketHints
 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)