public class ServerManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
externalServicePort |
| Constructor and Description |
|---|
ServerManager(ServiceConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
addServlet(String path,
Class<? extends javax.servlet.Servlet> servlet,
Map<String,String> initParameters) |
int |
getExternalServicePort() |
URI |
getServiceUri() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public ServerManager(ServiceConfig config)
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.