Uses of Interface
org.eclipse.jetty.server.Handler.Collection
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of Handler.Collection in org.eclipse.jetty.server
Modifier and TypeClassDescriptionstatic class
AHandler.Container
that contains an ordered list of childrenHandler
s whoseRequest.Handler.handle(Request, Response, Callback)
method is invoked in sequence on each child until a child returnstrue
. -
Uses of Handler.Collection in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
Creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.