Uses of Class
org.eclipse.jetty.server.handler.HandlerCollection.Handlers
-
Packages that use HandlerCollection.Handlers Package Description org.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of HandlerCollection.Handlers in org.eclipse.jetty.server.handler
Subclasses of HandlerCollection.Handlers in org.eclipse.jetty.server.handler Modifier and Type Class Description private static class
ContextHandlerCollection.Mapping
Fields in org.eclipse.jetty.server.handler with type parameters of type HandlerCollection.Handlers Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<HandlerCollection.Handlers>
HandlerCollection. _handlers
Methods in org.eclipse.jetty.server.handler that return HandlerCollection.Handlers Modifier and Type Method Description protected HandlerCollection.Handlers
ContextHandlerCollection. newHandlers(Handler[] handlers)
protected HandlerCollection.Handlers
HandlerCollection. newHandlers(Handler[] handlers)
Methods in org.eclipse.jetty.server.handler with parameters of type HandlerCollection.Handlers Modifier and Type Method Description protected boolean
HandlerCollection. updateHandlers(HandlerCollection.Handlers old, HandlerCollection.Handlers handlers)
-