Uses of Interface
org.eclipse.jetty.util.Trie
-
Packages that use Trie Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.http.pathmap org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.ajax Jetty Util : Simple JSON Utility classes -
-
Uses of Trie in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as Trie Modifier and Type Field Description private static Trie<java.lang.Float>
HttpFields. __qualities
Deprecated.private Trie<HttpField>
HttpParser. _fieldCache
(package private) Trie<PathMap.MappedEntry<O>>
PathMap. _prefixMap
Deprecated.(package private) Trie<PathMap.MappedEntry<O>>
PathMap. _suffixMap
Deprecated.private static Trie<java.lang.Boolean>
HttpGenerator. ASSUMED_CONTENT_METHODS
static Trie<HttpHeader>
HttpHeader. CACHE
static Trie<HttpHeaderValue>
HttpHeaderValue. CACHE
static Trie<HttpMethod>
HttpMethod. CACHE
static Trie<HttpField>
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 Trie<HttpScheme>
HttpScheme. CACHE
static Trie<HttpVersion>
HttpVersion. CACHE
static Trie<MimeTypes.Type>
MimeTypes. CACHE
static Trie<HttpMethod>
HttpMethod. INSENSITIVE_CACHE
static Trie<HttpMethod>
HttpMethod. LOOK_AHEAD
private static Trie<HttpField>
HttpParser. NO_CACHE
private static Trie<java.nio.ByteBuffer>
MimeTypes. TYPES
Methods in org.eclipse.jetty.http that return Trie Modifier and Type Method Description Trie<HttpField>
HttpParser. getFieldCache()
-
Uses of Trie in org.eclipse.jetty.http.pathmap
Fields in org.eclipse.jetty.http.pathmap declared as Trie Modifier and Type Field Description private 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 Trie Modifier and Type Field Description private Trie<java.lang.Boolean>
HttpConfiguration. _formEncodedMethods
private Trie<java.lang.invoke.MethodHandle>
ForwardedRequestCustomizer. _handles
-
Uses of Trie in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as Trie Modifier and Type Field Description private Trie<java.util.Map.Entry<java.lang.String,ContextHandlerCollection.Branch[]>>
ContextHandlerCollection.Mapping. _pathBranches
-
Uses of Trie in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Trie Modifier and Type Class Description class
AbstractTrie<V>
Abstract Trie implementation.class
ArrayTernaryTrie<V>
A Ternary Trie String lookup data structure.static class
ArrayTernaryTrie.Growing<V>
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 Trie Modifier and Type Field Description private static Trie<java.lang.String>
StringUtil. CHARSETS
Methods in org.eclipse.jetty.util that return Trie Modifier and Type Method Description static <T> Trie<T>
Trie. empty(boolean caseInsensitive)
-
Uses of Trie in org.eclipse.jetty.util.ajax
Fields in org.eclipse.jetty.util.ajax declared as Trie Modifier and Type Field Description private Trie<AsyncJSON.Factory.CachedString>
AsyncJSON.Factory. cache
-