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?
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
