| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostPortHttpField |
static class |
HttpField.IntValueHttpField |
static class |
HttpField.LongValueHttpField |
class |
PreEncodedHttpField
Pre encoded HttpField.
|
| Modifier and Type | Field and Description |
|---|---|
static Trie<HttpField> |
HttpParser.CACHE
Cache of common
HttpFields 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
|
| Modifier and Type | Method and Description |
|---|---|
HttpField |
ResourceHttpContent.getContentEncoding() |
HttpField |
HttpContent.getContentEncoding() |
HttpField |
GzipHttpContent.getContentEncoding() |
HttpField |
ResourceHttpContent.getContentLength() |
HttpField |
HttpContent.getContentLength() |
HttpField |
GzipHttpContent.getContentLength() |
HttpField |
ResourceHttpContent.getContentType() |
HttpField |
HttpContent.getContentType() |
HttpField |
GzipHttpContent.getContentType() |
HttpField |
MimeTypes.Type.getContentTypeField() |
HttpField |
ResourceHttpContent.getETag() |
HttpField |
HttpContent.getETag() |
HttpField |
GzipHttpContent.getETag() |
HttpField |
HttpFields.getField(HttpHeader header) |
HttpField |
HttpFields.getField(int index)
Get a Field by index.
|
HttpField |
HttpFields.getField(String name) |
HttpField |
ResourceHttpContent.getLastModified() |
HttpField |
HttpContent.getLastModified() |
HttpField |
GzipHttpContent.getLastModified() |
HttpField |
HttpFields.remove(HttpHeader name)
Remove a field.
|
HttpField |
HttpFields.remove(String name)
Remove a field.
|
| Modifier and Type | Method and Description |
|---|---|
Trie<HttpField> |
HttpParser.getFieldCache() |
Iterator<HttpField> |
MetaData.iterator() |
Iterator<HttpField> |
HttpFields.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpFields.add(HttpField field) |
boolean |
HttpFields.contains(HttpField field) |
boolean |
HttpField.isSameName(HttpField field) |
void |
HttpParser.HttpHandler.parsedHeader(HttpField field)
This is the method called by parser when a HTTP Header name and value is found
|
void |
HttpFields.put(HttpField field) |
static void |
HttpGenerator.putTo(HttpField field,
ByteBuffer bufferInFillMode) |
Copyright © 1995-2016 Webtide. All Rights Reserved.