Interface JettyServerFactory
- All Known Implementing Classes:
BasicJettyServerFactory
public interface JettyServerFactory
Interface for creating Jetty servers.
See Also:
-
Method Summary
-
Method Details
-
create
Create a new initialized Jetty server.- Parameters:
jettyXml
- The contents of the jetty.xml file.- Returns:
- A newly-created but not-yet-started server.
- Throws:
Exception
- Any exception.
-