public class HttpServerConf extends Object
| Constructor and Description |
|---|
HttpServerConf() |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorConf> |
getEndPoints() |
List<ServletContextConf> |
getServletContexts() |
void |
setEndPoints(List<ConnectorConf> endPoints) |
void |
setServletContexts(List<ServletContextConf> servletContexts) |
public List<ConnectorConf> getEndPoints()
public void setEndPoints(List<ConnectorConf> endPoints)
public List<ServletContextConf> getServletContexts()
public void setServletContexts(List<ServletContextConf> servletContexts)
Copyright © 2016. All rights reserved.