Package io.bootique.jetty.server
-
Interface Summary Interface Description ServletContextHandlerExtender An extension point for low-level customization of the JettyServletContextHandlerwhich is a central piece of the Jetty stack. -
Class Summary Class Description ConnectorHolder FilterFactory MappedFilterFactory A factory that analyzes Filter annotations to create aMappedFilterout of aFilter.MappedServletFactory A factory that analyzes Servlet annotations to create aMappedServletout of Servlet.RequestLogger Extending Jetty request logger without adding any functionality, simply to separate logging configuration between Jetty and Bootique.ServerFactory ServerHolder Holds JettyServerwith additional metadata information.ServerLifecycleLogger ServletFactory WebArtifactFactory