Package org.miaixz.bus.core.lang
Class Header
java.lang.Object
org.miaixz.bus.core.lang.Header
Header 常量
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe header Acceptstatic final StringThe header Accept-Charsetstatic final StringThe header Accept-Encodingstatic final StringThe header Accept-Languagestatic final StringThe header Accept-Rangesstatic final StringThe header Sec-WebSocket-Versionstatic final StringThe header Agestatic final StringThe header Allowstatic final StringThe header Authorizationstatic final StringThe header Cache-Controlstatic final StringThe header Connectionstatic final StringThe header Content-Dispositionstatic final StringThe header Content-Encodingstatic final StringThe header Content-Languagestatic final StringThe header Content-Lengthstatic final StringThe header Content-Locationstatic final StringThe header Content-MD5static final StringThe header Content-Rangestatic final StringThe header Content-Typestatic final StringThe header Cookiestatic final StringThe header Datestatic final StringThe header Encodingstatic final StringThe header Etagstatic final StringThe header Expectstatic final StringThe header Expiresstatic final StringThe header Fromstatic final StringThe header Hoststatic final StringThe header Httpd-Preemptivestatic final StringThe header If-Matchstatic final StringThe header If-Modified-Sincestatic final StringThe header If-None-Matchstatic final StringThe header If-Rangestatic final StringThe header If-Unmodified-Sincestatic final StringThe header Keep-Alivestatic final StringThe header Last-Modifiedstatic final StringThe header Linkstatic final StringThe header Locationstatic final StringThe header Max-Forwardsstatic final StringThe header Proxy-Authenticatestatic final StringThe header Proxy-Authorizationstatic final StringThe header Proxy-Connectionstatic final StringThe header Rangestatic final StringThe header Refererstatic final StringThe header Refreshstatic final StringThe header Retry-Afterstatic final StringThe header Sec-WebSocket-Acceptstatic final StringThe header Sec-WebSocket-Keystatic final StringThe header Sec-WebSocket-Versionstatic final StringThe header Serverstatic final StringThe header Set-Cookiestatic final StringThe header SOAPActionstatic final StringThe header Sec-WebSocket-Versionstatic final StringThe header testatic final StringThe header Trailersstatic final StringThe header Transfer-Encodingstatic final StringThe header Upgradestatic final StringThe header User-Agentstatic final StringThe header Varystatic final StringThe header Viastatic final StringThe header WWW-Authenticate -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HOST
The header Host- See Also:
-
SERVER
The header Server- See Also:
-
AGE
The header Age- See Also:
-
ALLOW
The header Allow- See Also:
-
EXPIRES
The header Expires- See Also:
-
COOKIE
The header Cookie- See Also:
-
SET_COOKIE
The header Set-Cookie- See Also:
-
ENCODING
The header Encoding- See Also:
-
UPGRADE
The header Upgrade- See Also:
-
TRAILERS
The header Trailers- See Also:
-
LOCATION
The header Location- See Also:
-
CONNECTION
The header Connection- See Also:
-
DATE
The header Date- See Also:
-
ETAG
The header Etag- See Also:
-
EXPECT
The header Expect- See Also:
-
FROM
The header From- See Also:
-
LINK
The header Link- See Also:
-
VARY
The header Vary- See Also:
-
VIA
The header Via- See Also:
-
RANGE
The header Range- See Also:
-
REFERER
The header Referer- See Also:
-
REFRESH
The header Refresh- See Also:
-
TE
The header te- See Also:
-
IF_MATCH
The header If-Match- See Also:
-
IF_RANGE
The header If-Range- See Also:
-
ACCEPT
The header Accept- See Also:
-
ACCEPT_CHARSET
The header Accept-Charset- See Also:
-
ACCEPT_ENCODING
The header Accept-Encoding- See Also:
-
ACCEPT_LANGUAGE
The header Accept-Language- See Also:
-
ACCEPT_RANGES
The header Accept-Ranges- See Also:
-
CONTENT_ENCODING
The header Content-Encoding- See Also:
-
CONTENT_LANGUAGE
The header Content-Language- See Also:
-
CONTENT_LENGTH
The header Content-Length- See Also:
-
CONTENT_LOCATION
The header Content-Location- See Also:
-
CONTENT_MD5
The header Content-MD5- See Also:
-
CONTENT_RANGE
The header Content-Range- See Also:
-
CONTENT_TYPE
The header Content-Type- See Also:
-
CONTENT_DISPOSITION
The header Content-Disposition- See Also:
-
TRANSFER_ENCODING
The header Transfer-Encoding- See Also:
-
CACHE_CONTROL
The header Cache-Control- See Also:
-
USER_AGENT
The header User-Agent- See Also:
-
RETRY_AFTER
The header Retry-After- See Also:
-
MAX_FORWARDS
The header Max-Forwards- See Also:
-
KEEP_ALIVE
The header Keep-Alive- See Also:
-
AUTHORIZATION
The header Authorization- See Also:
-
PROXY_AUTHORIZATION
The header Proxy-Authorization- See Also:
-
PROXY_CONNECTION
The header Proxy-Connection- See Also:
-
WWW_AUTHENTICATE
The header WWW-Authenticate- See Also:
-
PROXY_AUTHENTICATE
The header Proxy-Authenticate- See Also:
-
HTTPD_PREEMPTIVE
The header Httpd-Preemptive- See Also:
-
LAST_MODIFIED
The header Last-Modified- See Also:
-
IF_UNMODIFIED_SINCE
The header If-Unmodified-Since- See Also:
-
IF_MODIFIED_SINCE
The header If-Modified-Since- See Also:
-
IF_NONE_MATCH
The header If-None-Match- See Also:
-
SEC_WEBSOCKET_KEY
The header Sec-WebSocket-Key- See Also:
-
SEC_WEBSOCKET_ACCEPT
The header Sec-WebSocket-Accept- See Also:
-
SEC_WEBSOCKET_VERSION
The header Sec-WebSocket-Version- See Also:
-
ACCESS_CONTROL_ALLOW_ORIGIN
The header Sec-WebSocket-Version- See Also:
-
STRICT_TRANSPORT_SECURITY
The header Sec-WebSocket-Version- See Also:
-
SOAPACTION
The header SOAPAction- See Also:
-
-
Constructor Details
-
Header
public Header()
-