Package org.eclipse.jetty.server.handler
Class ContextHandlerCollection.Mapping
- java.lang.Object
-
- org.eclipse.jetty.server.handler.HandlerCollection.Handlers
-
- org.eclipse.jetty.server.handler.ContextHandlerCollection.Mapping
-
- Enclosing class:
- ContextHandlerCollection
private static class ContextHandlerCollection.Mapping extends HandlerCollection.Handlers
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<ContextHandler,Handler>
_contextBranches
private Trie<java.util.Map.Entry<java.lang.String,ContextHandlerCollection.Branch[]>>
_pathBranches
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
getHandlers
-
-
-
-
Field Detail
-
_contextBranches
private final java.util.Map<ContextHandler,Handler> _contextBranches
-
_pathBranches
private final Trie<java.util.Map.Entry<java.lang.String,ContextHandlerCollection.Branch[]>> _pathBranches
-
-
Constructor Detail
-
Mapping
private Mapping(Handler[] handlers, int capacity)
-
-