Interface Handler.Collection

All Superinterfaces:
org.eclipse.jetty.util.component.Destroyable, Handler, Handler.Container, org.eclipse.jetty.util.thread.Invocable, org.eclipse.jetty.util.component.LifeCycle, Request.Handler
All Known Implementing Classes:
ContextHandlerCollection, Handler.Sequence
Enclosing interface:
Handler

public static interface Handler.Collection extends Handler.Container

A Handler.Container that can contain multiple other Handlers.

See Also: