libgdx API

Package com.badlogic.gdx.net

Interface Summary
ServerSocket A server socket that accepts new incoming connections, returning Socket instances.
Socket A client socket that talks to a server socket via some Net.Protocol.
 

Class Summary
NetJavaImpl Implements part of the Net API using HttpURLConnection, to be easily reused between the Android and Desktop backends.
ServerSocketHints Options for ServerSocket instances.
SocketHints Options for Socket instances.
 


libgdx API

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