Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Issues Embedding Jetty

Hello everyone,

In the documentation for using embedded Jetty (https://www.eclipse.org/jetty/documentation/current/maven-and-jetty.html and https://www.eclipse.org/jetty/documentation/current/embedding-jetty.html)
instances of server.Server are started by calling start() on them, however this method is not within the automatically generated documentation (https://www.eclipse.org/jetty/javadoc/9.4.11.v20180605/org/eclipse/jetty/server/Server.html) and other similar methods in this class are protected.

What is the proper way to start an instance of server.Server?
 
 
 

Back to the top