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 classContextHandlerCollection.MappingFields 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. _handlersMethods in org.eclipse.jetty.server.handler that return HandlerCollection.Handlers Modifier and Type Method Description protected HandlerCollection.HandlersContextHandlerCollection. newHandlers(Handler[] handlers)protected HandlerCollection.HandlersHandlerCollection. newHandlers(Handler[] handlers)Methods in org.eclipse.jetty.server.handler with parameters of type HandlerCollection.Handlers Modifier and Type Method Description protected booleanHandlerCollection. updateHandlers(HandlerCollection.Handlers old, HandlerCollection.Handlers handlers)
-