public class Header extends Object
| 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 |
COOKIE
The header Cookie
|
static String |
ENCODING
The header Encoding
|
static String |
EXPIRES
The header Expires
|
static String |
HOST
The header Host
|
static String |
HTTPD_PREEMPTIVE
The header Httpd-Preemptive
|
static String |
IF_MODIFIED_SINCE
The header If-Modified-Since
|
static String |
IF_NONE_MATCH
The header If-None-Match
|
static String |
KEEP_ALIVE
The header Keep-Alive
|
static String |
PROXY_AUTHENTICATE
The header Proxy-Authenticate
|
static String |
PROXY_CONNECTION
The header Proxy-Connection
|
static String |
SEC_WEBSOCKET_KEY
The header Sec-WebSocket-Key
|
static String |
SEC_WEBSOCKET_VERSION
The header Sec-WebSocket-Version
|
static String |
TE
The header te
|
static String |
TRANSFER_ENCODING
The header Transfer-Encoding
|
static String |
UPGRADE
The header Upgrade
|
static String |
USER_AGENT
The header User-Agent
|
static String |
WWW_AUTHENTICATE
The header WWW-Authenticate
|
| Constructor and Description |
|---|
Header() |
public static final String ACCEPT
public static final String ACCEPT_CHARSET
public static final String ACCEPT_ENCODING
public static final String ACCEPT_LANGUAGE
public static final String ACCEPT_RANGES
public static final String AGE
public static final String ALLOW
public static final String EXPIRES
public static final String COOKIE
public static final String CACHE_CONTROL
public static final String CONNECTION
public static final String CONTENT_ENCODING
public static final String CONTENT_LANGUAGE
public static final String CONTENT_LENGTH
public static final String CONTENT_LOCATION
public static final String CONTENT_MD5
public static final String CONTENT_RANGE
public static final String CONTENT_TYPE
public static final String CONTENT_DISPOSITION
public static final String USER_AGENT
public static final String TRANSFER_ENCODING
public static final String HOST
public static final String KEEP_ALIVE
public static final String PROXY_CONNECTION
public static final String WWW_AUTHENTICATE
public static final String PROXY_AUTHENTICATE
public static final String HTTPD_PREEMPTIVE
public static final String TE
public static final String ENCODING
public static final String UPGRADE
public static final String IF_MODIFIED_SINCE
public static final String IF_NONE_MATCH
public static final String SEC_WEBSOCKET_KEY
public static final String SEC_WEBSOCKET_VERSION
Copyright © 2020. All rights reserved.