Uses of Class
io.bootique.jetty.server.ServerHolder
-
Packages that use ServerHolder Package Description io.bootique.jetty.server -
-
Uses of ServerHolder in io.bootique.jetty.server
Methods in io.bootique.jetty.server that return ServerHolder Modifier and Type Method Description ServerHolderServerFactory. createServerHolder(Set<MappedServlet> servlets, Set<MappedFilter> filters, Set<MappedListener> listeners, Set<ServletContextHandlerExtender> contextHandlerExtenders, RequestMDCManager mdcManager, io.bootique.di.Injector injector)Constructors in io.bootique.jetty.server with parameters of type ServerHolder Constructor Description ServerLifecycleLogger(ServerHolder serverHolder)
-