nl.madline.opendp500.web
Class JDPWebServer

java.lang.Object
  |
  +--nl.madline.opendp500.web.JDPWebServer
All Implemented Interfaces:
java.lang.Runnable

public class JDPWebServer
extends java.lang.Object
implements java.lang.Runnable

Author:
svmaris

Constructor Summary
JDPWebServer(JDPServer dpserver)
           
 
Method Summary
 java.lang.String getDocumentRoot()
           
 JDPServer getDPServer()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDPWebServer

public JDPWebServer(JDPServer dpserver)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getDocumentRoot

public java.lang.String getDocumentRoot()
Returns:
DOCUMENT_ROOT The document root of the webserver

getDPServer

public JDPServer getDPServer()
Returns:
dpserver The JDPServer-object handling the player