org.siebengeisslein.server
Class JnlpServer

java.lang.Object
  extended by org.siebengeisslein.server.JnlpServer

public class JnlpServer
extends java.lang.Object


Nested Class Summary
static class JnlpServer.IndexServlet
           
static class JnlpServer.JnlpServlet
           
 
Constructor Summary
JnlpServer(Client client, int httpPort, int listenPort)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpServer

public JnlpServer(Client client,
                  int httpPort,
                  int listenPort)
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException