Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Field and Description |
---|---|
static Trie<MimeTypes.Type> |
MimeTypes.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<HttpMethod> |
HttpMethod.CACHE |
static Trie<HttpHeaderValue> |
HttpHeaderValue.CACHE |
static Trie<HttpHeader> |
HttpHeader.CACHE |
Modifier and Type | Method and Description |
---|---|
Trie<HttpField> |
HttpParser.getFieldCache() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrie<V>
Abstract Trie implementation.
|
class |
ArrayTernaryTrie<V>
A Ternary Trie String lookup data structure.
|
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
|
Copyright © 1995-2015 Webtide. All Rights Reserved.