public interface Headers
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_CONTROL
The HTTP
Cache-Control header field name. |
static String |
CONNECTION
The HTTP
Connection header field name. |
static String |
CONTENT_LENGTH
The HTTP
Content-Length header field name. |
static String |
CONTENT_TYPE
The HTTP
Content-Type header field name. |
static String |
DATE
The HTTP
Date header field name. |
static String |
PRAGMA
The HTTP
Pragma header field name. |
static String |
UPGRADE
The HTTP
Upgrade header field name. |
static String |
WARNING
The HTTP
Warning header field name. |
static final String CACHE_CONTROL
Cache-Control
header field name.static final String CONNECTION
Connection
header field name.static final String CONTENT_LENGTH
Content-Length
header field name.static final String CONTENT_TYPE
Content-Type
header field name.static final String DATE
Date
header field name.static final String PRAGMA
Pragma
header field name.static final String UPGRADE
Upgrade
header field name.static final String WARNING
Warning
header field name.Copyright © 2016. All rights reserved.