public interface Header
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPT
The header Accept
|
static String |
ACCEPT_CHARSET
The header Accept-Charset
|
static String |
ACCEPT_ENCODING
The header Accept-Encoding
|
static String |
ACCEPT_LANGUAGE
The header Accept-Language
|
static String |
ACCEPT_RANGES
The header Accept-Ranges
|
static String |
AGE
The header Age
|
static String |
ALLOW
The header Allow
|
static String |
CACHE_CONTROL
The header Cache-Control
|
static String |
CONNECTION
The header Connection
|
static String |
CONTENT_DISPOSITION
The header Content-Disposition
|
static String |
CONTENT_ENCODING
The header Content-Encoding
|
static String |
CONTENT_LANGUAGE
The header Content-Language
|
static String |
CONTENT_LENGTH
The header Content-Length
|
static String |
CONTENT_LOCATION
The header Content-Location
|
static String |
CONTENT_MD5
The header Content-MD5
|
static String |
CONTENT_RANGE
The header Content-Range
|
static String |
CONTENT_TYPE
The header Content-Type
|
static String |
TRANSFER_ENCODING
The header Transfer-Encoding
|
static String |
USER_AGENT
The header User-Agent
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the Header.
|
String |
getValue()
Get the value of the Header.
|
static final String ACCEPT
static final String ACCEPT_CHARSET
static final String ACCEPT_ENCODING
static final String ACCEPT_LANGUAGE
static final String ACCEPT_RANGES
static final String AGE
static final String ALLOW
static final String CACHE_CONTROL
static final String CONNECTION
static final String CONTENT_ENCODING
static final String CONTENT_LANGUAGE
static final String CONTENT_LENGTH
static final String CONTENT_LOCATION
static final String CONTENT_MD5
static final String CONTENT_RANGE
static final String CONTENT_TYPE
static final String CONTENT_DISPOSITION
static final String USER_AGENT
static final String TRANSFER_ENCODING
Copyright © 2019. All rights reserved.