| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Field and Description |
|---|---|
static Trie<HttpHeader> |
HttpHeader.CACHE |
| Modifier and Type | Method and Description |
|---|---|
HttpHeader |
HttpField.getHeader() |
static HttpHeader |
HttpHeader.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpHeader[] |
HttpHeader.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.add(HttpHeader header,
String value)
Add to or set a field.
|
boolean |
HttpFields.contains(HttpHeader header) |
boolean |
HttpFields.contains(HttpHeader header,
String value) |
String |
HttpFields.get(HttpHeader header) |
HttpField |
HttpFields.getField(HttpHeader header) |
String |
HttpFields.getStringField(HttpHeader header) |
static boolean |
HttpHeaderValue.hasKnownValues(HttpHeader header) |
void |
HttpFields.put(HttpHeader header,
HttpHeaderValue value) |
void |
HttpFields.put(HttpHeader header,
String value)
Set a field.
|
void |
HttpFields.putDateField(HttpHeader name,
long date)
Sets the value of a date field.
|
void |
HttpFields.putLongField(HttpHeader name,
long value)
Sets the value of an long field.
|
HttpField |
HttpFields.remove(HttpHeader name)
Remove a field.
|
| Constructor and Description |
|---|
HttpField(HttpHeader header,
HttpHeaderValue value) |
HttpField(HttpHeader header,
String value) |
HttpField(HttpHeader header,
String name,
String value) |
HttpGenerator.CachedHttpField(HttpHeader header,
String value) |
Copyright © 1995-2020 Webtide. All Rights Reserved.