Class WebClientSocketThread

java.lang.Object
java.lang.Thread
net.sf.colossus.webclient.WebClientSocketThread
All Implemented Interfaces:
Runnable, IWebServer

public class WebClientSocketThread extends Thread implements IWebServer
This implements the webserver/client communication at client side. It implements the server interface on client side; i.e. something server wanted to execute for a client, is read from the client socket input stream, parsed, and executed by the (WebClient)SocketThread. This also contains the methods which are called by the client (WebClient's GUI) and are sent over the socket to the server (note that those calls mostly happen in the EDT).
Author:
Clemens Katzer