public class BasicJettyServerFactory extends Object implements JettyServerFactory
| Constructor and Description |
|---|
BasicJettyServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Server |
create(String jettyXml)
Create a new initialized Jetty server.
|
public BasicJettyServerFactory()
public org.eclipse.jetty.server.Server create(String jettyXml) throws Exception
JettyServerFactorycreate in interface JettyServerFactoryjettyXml - The contents of the jetty.xml file.ExceptionCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.