Uses of Interface
org.eclipse.jetty.server.Handler.Collection
Packages that use Handler.Collection
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of Handler.Collection in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Handler.CollectionModifier and TypeClassDescriptionstatic classAHandler.Containerthat contains an ordered list of childrenHandlers 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
Classes in org.eclipse.jetty.server.handler that implement Handler.CollectionModifier and TypeClassDescriptionclassCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.