public final class HttpHeaders
extends java.lang.Object
HeaderTypes for well known standard headers.| Modifier and Type | Field and Description |
|---|---|
static org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> |
ACCEPT_ENCODING
The accept-encoding header that contains the content-encoding of the response entity.
|
static org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> |
CONTENT_ENCODING
The content-encoding header that contains the content encoding of the response entity.
|
static org.dmfs.httpessentials.headers.SingletonHeaderType<java.lang.Integer> |
CONTENT_LENGTH
The content-length header that contains the number of bytes of the response entity.
|
static org.dmfs.httpessentials.headers.SingletonHeaderType<org.dmfs.httpessentials.types.MediaType> |
CONTENT_TYPE
The content-type header that contains the media-type of the response entity.
|
static org.dmfs.httpessentials.headers.ListHeaderType<org.dmfs.httpessentials.types.Link> |
LINK
The Link header that contains links to documents related to the response.
|
static org.dmfs.httpessentials.headers.SingletonHeaderType<java.net.URI> |
LOCATION
The location header.
|
static org.dmfs.httpessentials.headers.SingletonHeaderType<org.dmfs.httpessentials.types.UserAgent> |
USER_AGENT
User-Agent header type.
|
public static final org.dmfs.httpessentials.headers.SingletonHeaderType<org.dmfs.httpessentials.types.MediaType> CONTENT_TYPE
public static final org.dmfs.httpessentials.headers.SingletonHeaderType<java.lang.Integer> CONTENT_LENGTH
public static final org.dmfs.httpessentials.headers.ListHeaderType<org.dmfs.httpessentials.types.Link> LINK
public static final org.dmfs.httpessentials.headers.SingletonHeaderType<java.net.URI> LOCATION
public static final org.dmfs.httpessentials.headers.SingletonHeaderType<org.dmfs.httpessentials.types.UserAgent> USER_AGENT
public static final org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> ACCEPT_ENCODING
public static final org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> CONTENT_ENCODING