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.rewrite.handler Jetty Rewrite : Rewrite Handler and Rules for Jettyorg.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.Boolean>HttpURI. __ambiguousSegmentsprivate static Trie<java.lang.Float>HttpFields. __qualitiesDeprecated.private Trie<HttpField>HttpParser. _fieldCache(package private) Trie<PathMap.MappedEntry<O>>PathMap. _prefixMapDeprecated.(package private) Trie<PathMap.MappedEntry<O>>PathMap. _suffixMapDeprecated.private static Trie<java.lang.Boolean>HttpGenerator. ASSUMED_CONTENT_METHODSstatic Trie<HttpHeader>HttpHeader. CACHEstatic Trie<HttpHeaderValue>HttpHeaderValue. CACHEstatic Trie<HttpMethod>HttpMethod. CACHEstatic Trie<HttpField>HttpParser. 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 Trie<HttpScheme>HttpScheme. CACHEstatic Trie<HttpVersion>HttpVersion. CACHEstatic Trie<MimeTypes.Type>MimeTypes. CACHEstatic Trie<HttpMethod>HttpMethod. INSENSITIVE_CACHEstatic Trie<HttpMethod>HttpMethod. LOOK_AHEADprivate static Trie<HttpField>HttpParser. NO_CACHEprivate static Trie<java.nio.ByteBuffer>MimeTypes. TYPESMethods 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. _exactMapprivate Trie<MappedResource<E>>PathMappings. _prefixMapprivate Trie<MappedResource<E>>PathMappings. _suffixMap -
Uses of Trie in org.eclipse.jetty.rewrite.handler
Fields in org.eclipse.jetty.rewrite.handler declared as Trie Modifier and Type Field Description private static Trie<java.lang.Boolean>MsieSslRule. __IE6_BadOS -
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. _formEncodedMethodsprivate 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 classAbstractTrie<V>Abstract Trie implementation.classArrayTernaryTrie<V>A Ternary Trie String lookup data structure.static classArrayTernaryTrie.Growing<V>classArrayTrie<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 Trie Modifier and Type Field Description private static Trie<java.lang.String>StringUtil. CHARSETSMethods 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
-