Add filters, if any, to the given list of ServletContextHandlers
Create a handler for proxying request to Workers and Application Drivers
Create a handler that always redirects the user to the given path
Create a context handler that responds to a request with the given path prefix
Create a context handler that responds to a request with the given path prefix
Create a handler for serving files from a static directory
Attempt to start a Jetty server bound to the supplied hostName:port using the given context handlers.
Attempt to start a Jetty server bound to the supplied hostName:port using the given context handlers.
If the desired port number is contended, continues incrementing ports until a free port is found. Return the jetty Server object, the chosen port, and a mutable collection of handlers.
Utilities for launching a web server using Jetty's HTTP Server class