public interface HttpServerSilverService extends SilverService
MonitoringSilverService and or HttpInvokerSilverService.| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_SERVER
Context property holding an instance of the HTTP server.
|
static String |
HTTP_SERVER_ADDRESS
Property with the hostname/IP address on which the server listens.
|
static String |
HTTP_SERVER_PORT
Property with the port number on which the server listens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deployServlet(String contextPath,
String deploymentName,
List<ServletDescriptor> servletDescriptors)
Deploys a servlet on the HTTP server.
|
getContextstatic final String HTTP_SERVER
static final String HTTP_SERVER_PORT
static final String HTTP_SERVER_ADDRESS
void deployServlet(String contextPath, String deploymentName, List<ServletDescriptor> servletDescriptors) throws SilverWareException
contextPath - Context path where the servlet should be bound.deploymentName - Name of the deployment.servletDescriptors - A list of descriptions of the servlet(s).SilverWareException - When it was not possible to deploy the servlet(s).Copyright © 2015–2016 px3. All rights reserved.