| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Field | Description |
|---|---|---|
static org.eclipse.jetty.util.Trie<HttpHeaderValue> |
HttpHeaderValue.CACHE |
| Modifier and Type | Method | Description |
|---|---|---|
static HttpHeaderValue |
HttpHeaderValue.valueOf(java.lang.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 | Description |
|---|---|---|
void |
HttpFields.add(HttpHeader header,
HttpHeaderValue value) |
|
void |
HttpFields.put(HttpHeader header,
HttpHeaderValue value) |
| Constructor | Description |
|---|---|
HttpField(HttpHeader header,
HttpHeaderValue value) |
Copyright © 1995–2018 Webtide. All rights reserved.