Class LocalServerConnection

java.lang.Object
com.ardor3d.example.craft.network.LocalServerConnection
All Implemented Interfaces:
IServerConnection

public class LocalServerConnection extends Object implements IServerConnection
"Fake" local server implementation which just generate data upon request throught the LocalServerDataHandler and pongs the data back. For real server/client communication, just implement the IServerConnection and send the requests etc to your server.