Uses of Interface
org.eclipse.jetty.util.Trie
Packages that use Trie
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Util : Common Utility Classes
Jetty Util : Simple JSON Utility classes
-
Uses of Trie in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as TrieModifier and TypeFieldDescriptionHttpURI.__ambiguousSegments
HttpFields.__qualities
Deprecated.HttpParser._fieldCache
(package private) Trie<PathMap.MappedEntry<O>>
PathMap._prefixMap
Deprecated.(package private) Trie<PathMap.MappedEntry<O>>
PathMap._suffixMap
Deprecated.HttpGenerator.ASSUMED_CONTENT_METHODS
static final Trie<HttpHeader>
HttpHeader.CACHE
static final Trie<HttpHeaderValue>
HttpHeaderValue.CACHE
static final Trie<HttpMethod>
HttpMethod.CACHE
HttpParser.CACHE
Cache of commonHttpField
s including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cachedstatic final Trie<HttpScheme>
HttpScheme.CACHE
static final Trie<HttpVersion>
HttpVersion.CACHE
static final Trie<MimeTypes.Type>
MimeTypes.CACHE
static final Trie<HttpMethod>
HttpMethod.INSENSITIVE_CACHE
static final Trie<HttpMethod>
HttpMethod.LOOK_AHEAD
HttpParser.NO_CACHE
private static final Trie<ByteBuffer>
MimeTypes.TYPES
Methods in org.eclipse.jetty.http that return Trie -
Uses of Trie in org.eclipse.jetty.http.pathmap
Fields in org.eclipse.jetty.http.pathmap declared as TrieModifier and TypeFieldDescriptionprivate Trie<MappedResource<E>>
PathMappings._exactMap
private Trie<MappedResource<E>>
PathMappings._prefixMap
private Trie<MappedResource<E>>
PathMappings._suffixMap
-
Uses of Trie in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as TrieModifier and TypeFieldDescriptionHttpConfiguration._formEncodedMethods
private Trie<MethodHandle>
ForwardedRequestCustomizer._handles
-
Uses of Trie in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as TrieModifier and TypeFieldDescriptionprivate final Trie<Map.Entry<String,
ContextHandlerCollection.Branch[]>> ContextHandlerCollection.Mapping._pathBranches
-
Uses of Trie in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement TrieModifier and TypeClassDescriptionclass
AbstractTrie<V>
Abstract Trie implementation.class
A Ternary Trie String lookup data structure.static class
class
ArrayTrie<V>
A Trie String lookup data structure using a fixed size array.class
TreeTrie<V>
A Trie String lookup data structure using a treeFields in org.eclipse.jetty.util declared as TrieMethods in org.eclipse.jetty.util that return Trie -
Uses of Trie in org.eclipse.jetty.util.ajax
Fields in org.eclipse.jetty.util.ajax declared as TrieModifier and TypeFieldDescriptionprivate Trie<AsyncJSON.Factory.CachedString>
AsyncJSON.Factory.cache