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.__ambiguousSegmentsHttpFields.__qualitiesDeprecated.HttpParser._fieldCache(package private) Trie<PathMap.MappedEntry<O>> PathMap._prefixMapDeprecated.(package private) Trie<PathMap.MappedEntry<O>> PathMap._suffixMapDeprecated.HttpGenerator.ASSUMED_CONTENT_METHODSstatic 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_AHEADHttpParser.NO_CACHEprivate static final Trie<ByteBuffer> MimeTypes.TYPESMethods 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._exactMapprivate Trie<MappedResource<E>> PathMappings._prefixMapprivate Trie<MappedResource<E>> PathMappings._suffixMap -
Uses of Trie in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as TrieModifier and TypeFieldDescriptionHttpConfiguration._formEncodedMethodsprivate 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 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 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