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 a list of otherHandlers that are tried in sequence byHandler.Sequence.handle(Request, Response, Callback). -
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.