public class HttpServerService extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServerService.MainServlet
This servlet send a static html page.
|
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DATE_FORMAT |
protected DocumentService |
documentService |
protected String |
limaHttpHost |
protected int |
limaHttpPort |
protected static org.apache.commons.logging.Log |
log |
protected org.eclipse.jetty.server.Server |
server |
| Constructor and Description |
|---|
HttpServerService() |
protected static final org.apache.commons.logging.Log log
protected static final String DATE_FORMAT
protected DocumentService documentService
protected org.eclipse.jetty.server.Server server
protected String limaHttpHost
protected int limaHttpPort
Copyright © 2008–2015 CodeLutin. All rights reserved.