javalightserver.bundled.httpd
Class HttpServerContext

java.lang.Object
  extended by javalightserver.bundled.httpd.HttpServerContext

public class HttpServerContext
extends java.lang.Object


Constructor Summary
HttpServerContext(java.lang.String sServerHomePath, int port)
          Standard HttpServerContext ctor
 
Method Summary
 java.lang.String getServerHome()
           
 int getServerPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerContext

public HttpServerContext(java.lang.String sServerHomePath,
                         int port)
Standard HttpServerContext ctor

Method Detail

getServerPort

public int getServerPort()

getServerHome

public java.lang.String getServerHome()