Package | Description |
---|---|
org.eclipse.jetty.http | |
org.eclipse.jetty.util |
Modifier and Type | Field and Description |
---|---|
static Trie<HttpHeaderValue> |
HttpHeaderValue.CACHE |
static Trie<HttpMethod> |
HttpMethod.CACHE |
static Trie<HttpHeader> |
HttpHeader.CACHE |
static Trie<HttpField> |
HttpField.CACHE |
static Trie<MimeTypes.Type> |
MimeTypes.CACHE |
static Trie<HttpVersion> |
HttpVersion.CACHE |
static Trie<HttpScheme> |
HttpScheme.CACHE |
static Trie<HttpField> |
HttpField.CONTENT_TYPE |
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-2014 Mort Bay Consulting. All Rights Reserved.