| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HostPortHttpField |
|
static class |
HttpField.IntValueHttpField |
|
static class |
HttpField.LongValueHttpField |
|
class |
PreEncodedHttpField |
Pre encoded HttpField.
|
| Modifier and Type | Field | Description |
|---|---|---|
static org.eclipse.jetty.util.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 | Description |
|---|---|---|
HttpField |
HttpContent.getContentEncoding() |
|
HttpField |
PrecompressedHttpContent.getContentEncoding() |
|
HttpField |
ResourceHttpContent.getContentEncoding() |
|
HttpField |
HttpContent.getContentLength() |
|
HttpField |
PrecompressedHttpContent.getContentLength() |
|
HttpField |
ResourceHttpContent.getContentLength() |
|
HttpField |
HttpContent.getContentType() |
|
HttpField |
PrecompressedHttpContent.getContentType() |
|
HttpField |
ResourceHttpContent.getContentType() |
|
HttpField |
MimeTypes.Type.getContentTypeField() |
|
HttpField |
HttpContent.getETag() |
|
HttpField |
PrecompressedHttpContent.getETag() |
|
HttpField |
ResourceHttpContent.getETag() |
|
HttpField |
HttpFields.getField(int index) |
Get a Field by index.
|
HttpField |
HttpFields.getField(java.lang.String name) |
|
HttpField |
HttpFields.getField(HttpHeader header) |
|
HttpField |
HttpContent.getLastModified() |
|
HttpField |
PrecompressedHttpContent.getLastModified() |
|
HttpField |
ResourceHttpContent.getLastModified() |
|
HttpField |
HttpFields.remove(java.lang.String name) |
Remove a field.
|
HttpField |
HttpFields.remove(HttpHeader name) |
Remove a field.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.jetty.util.Trie<HttpField> |
HttpParser.getFieldCache() |
|
java.util.Iterator<HttpField> |
HttpFields.iterator() |
|
java.util.Iterator<HttpField> |
MetaData.iterator() |
|
java.util.ListIterator<HttpField> |
HttpFields.listIterator() |
|
java.util.stream.Stream<HttpField> |
HttpFields.stream() |
| Modifier and Type | Method | 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
|
default void |
HttpParser.HttpHandler.parsedTrailer(HttpField field) |
This is the method called by parser when a HTTP Trailer name and value is found
|
void |
HttpFields.put(HttpField field) |
|
static void |
HttpGenerator.putTo(HttpField field,
java.nio.ByteBuffer bufferInFillMode) |
Copyright © 1995–2018 Webtide. All rights reserved.