|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mtdesktop.tabletop.fileserver.WebServer
public class WebServer
The Class WebServer.
Field Summary | |
---|---|
org.eclipse.jetty.server.Server |
server
The server. |
org.eclipse.jetty.servlet.ServletContextHandler |
servletcontext
The servletcontext. |
Constructor Summary | |
---|---|
WebServer()
Instantiates a new web server. |
Method Summary | |
---|---|
FtpServerServlet |
getFtpServerServlet()
Gets the ftp server servlet. |
static void |
main(java.lang.String[] args)
The main method. |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.eclipse.jetty.server.Server server
public org.eclipse.jetty.servlet.ServletContextHandler servletcontext
Constructor Detail |
---|
public WebServer() throws java.net.UnknownHostException
java.net.UnknownHostException
- the unknown host exceptionMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- the argumentspublic FtpServerServlet getFtpServerServlet()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |