Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
Modifier and Type | Field and Description |
---|---|
static Trie<HttpHeaderValue> |
HttpHeaderValue.CACHE |
Modifier and Type | Method and Description |
---|---|
static HttpHeaderValue |
HttpHeaderValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpHeaderValue[] |
HttpHeaderValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpFields.add(HttpHeader header,
HttpHeaderValue value) |
void |
HttpFields.put(HttpHeader header,
HttpHeaderValue value) |
Constructor and Description |
---|
HttpField(HttpHeader header,
HttpHeaderValue value) |
Copyright © 1995-2015 Webtide. All Rights Reserved.