Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.http.pathmap | |
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Field and 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<HttpMethod> |
HttpMethod.CACHE |
static Trie<HttpHeaderValue> |
HttpHeaderValue.CACHE |
static Trie<HttpVersion> |
HttpVersion.CACHE |
static Trie<HttpScheme> |
HttpScheme.CACHE |
static Trie<HttpField> |
HttpParser.CACHE
Cache of common
HttpField 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 cached
|
static Trie<MimeTypes.Type> |
MimeTypes.CACHE |
static Trie<HttpMethod> |
HttpMethod.INSENSITIVE_CACHE |
private static Trie<java.nio.ByteBuffer> |
MimeTypes.TYPES |
Modifier and Type | Method and Description |
---|---|
Trie<HttpField> |
HttpParser.getFieldCache() |
Modifier and Type | Field and Description |
---|---|
private Trie<MappedResource<E>> |
PathMappings._exactMap |
private Trie<MappedResource<E>> |
PathMappings._prefixMap |
private Trie<MappedResource<E>> |
PathMappings._suffixMap |
Modifier and Type | Field and Description |
---|---|
private Trie<java.lang.Boolean> |
HttpConfiguration._formEncodedMethods |
private Trie<java.lang.invoke.MethodHandle> |
ForwardedRequestCustomizer._handles |
Modifier and Type | Field and Description |
---|---|
private Trie<java.util.Map.Entry<java.lang.String,ContextHandlerCollection.Branch[]>> |
ContextHandlerCollection.Mapping._pathBranches |
Modifier and Type | Class and 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 tree
|
Modifier and Type | Field and Description |
---|---|
private static Trie<java.lang.String> |
StringUtil.CHARSETS |