Uses of Class
org.eclipse.jetty.server.handler.HandlerCollection
Package
Description
Jetty Runner : Embedded Jetty Tool for running webapps directly
Jetty Server : Core Handler API
-
Uses of HandlerCollection in org.eclipse.jetty.runner
Modifier and TypeMethodDescriptionprotected void
Runner.prependHandler
(Handler handler, HandlerCollection handlers) Deprecated. -
Uses of HandlerCollection in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.class
HandlerList.