Uses of Interface
org.eclipse.jetty.util.Trie
Packages that use Trie
Package
Description
Jetty Http : Tools for Http processing
Jetty Util : Common Utility Classes
-
Uses of Trie in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as TrieModifier and TypeFieldDescriptionstatic final Trie<HttpHeader> HttpHeader.CACHEstatic final Trie<HttpHeaderValue> HttpHeaderValue.CACHEstatic final Trie<HttpMethod> HttpMethod.CACHEHttpParser.CACHECache of commonHttpFields 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.CACHEstatic final Trie<HttpVersion> HttpVersion.CACHEstatic final Trie<MimeTypes.Type> MimeTypes.CACHEstatic final Trie<HttpMethod> HttpMethod.INSENSITIVE_CACHEstatic final Trie<HttpMethod> HttpMethod.LOOK_AHEADMethods in org.eclipse.jetty.http that return Trie -
Uses of Trie in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement TrieModifier and TypeClassDescriptionclassAbstractTrie<V>Abstract Trie implementation.classA Ternary Trie String lookup data structure.static classclassArrayTrie<V>A Trie String lookup data structure using a fixed size array.classTreeTrie<V>A Trie String lookup data structure using a treeMethods in org.eclipse.jetty.util that return Trie