-
JettyServer.Builder.addFilter(String pathSpec,
jakarta.servlet.Filter filter)
Add the given filter with the pathSpec.
JettyServer.Builder.addServlet(String pathSpec,
jakarta.servlet.http.HttpServlet servlet)
Add the given servlet with the pathSpec.
JettyServer.Builder.errorHandler(org.eclipse.jetty.server.handler.ErrorHandler errorHandler)
Build the server using a Jetty configuration file.
JettyServer.Builder.loopback(boolean loopback)
Restrict the server to only responding to the localhost interface.
Set the maximum number threads used by Jetty.
Set the number threads used by Jetty.
JettyServer.Builder.port(int port)
JettyServer.Builder.securityHandler(org.eclipse.jetty.security.SecurityHandler securityHandler)
Set a Jetty SecurityHandler.
Set the location (filing system directory) to serve static file from.
JettyServer.Builder.verbose(boolean verbose)