info.jonclark.gui
Class ProgressServer
java.lang.Object
info.jonclark.clientserver.SimpleServer
info.jonclark.gui.ProgressServer
public class ProgressServer
- extends info.jonclark.clientserver.SimpleServer
A progress server (monitor) accepts connections from
various progress clients that are currently working on
tasks. This provides the user of the server a central
way to keep track of several ongoing tasks
| Fields inherited from class info.jonclark.clientserver.SimpleServer |
SHUTDOWN_TIMEOUT_SECS |
| Methods inherited from class info.jonclark.clientserver.SimpleServer |
runServer, stopServer |
ProgressServer
public ProgressServer(Properties props,
Logger parent)
throws IOException
- Throws:
IOException
handleClientRequest
public void handleClientRequest(Socket sock)
- Specified by:
handleClientRequest in class info.jonclark.clientserver.SimpleServer
main
public static void main(String[] args)
throws Exception
- Throws:
Exception