public enum ResponseHeader extends Enum<ResponseHeader>
| Modifier and Type | Method and Description |
|---|---|
String |
header() |
static ResponseHeader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseHeader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseHeader ACCEPT_PATCH
public static final ResponseHeader ACCEPT_RANGES
public static final ResponseHeader ACCESS_CONTROL_ALLOW_ORIGIN
public static final ResponseHeader AGE
public static final ResponseHeader ALLOW
public static final ResponseHeader ALT_SVC
public static final ResponseHeader CACHE_CONTROL
public static final ResponseHeader CONNECTION
public static final ResponseHeader CONTENT_DISPOSITION
public static final ResponseHeader CONTENT_ENCODING
public static final ResponseHeader CONTENT_LANGUAGE
public static final ResponseHeader CONTENT_LENGTH
public static final ResponseHeader CONTENT_LOCATION
public static final ResponseHeader CONTENT_MD5
public static final ResponseHeader CONTENT_RANGE
public static final ResponseHeader CONTENT_SECURITY_POLICY
public static final ResponseHeader CONTENT_TYPE
public static final ResponseHeader DATE
public static final ResponseHeader ETAG
public static final ResponseHeader EXPIRES
public static final ResponseHeader LAST_MODIFIED
public static final ResponseHeader LINK
public static final ResponseHeader LOCATION
public static final ResponseHeader P3P
public static final ResponseHeader PRAGMA
public static final ResponseHeader PROXY_AUTHENTICATE
public static final ResponseHeader PUBLIC_KEY_PINS
public static final ResponseHeader REFRESH
public static final ResponseHeader RETRY_AFTER
public static final ResponseHeader SERVER
public static final ResponseHeader SET_COOKIE
public static final ResponseHeader STATUS
public static final ResponseHeader STRICT_TRANSPORT_SECURITY
public static final ResponseHeader TRAILER
public static final ResponseHeader TRANSFER_ENCODING
public static final ResponseHeader TSV
public static final ResponseHeader UPGRADE
public static final ResponseHeader UPGRADE_INSECURE_REQUESTS
public static final ResponseHeader VARY
public static final ResponseHeader VIA
public static final ResponseHeader WARNING
public static final ResponseHeader WWW_AUTHENTICATE
public static final ResponseHeader X_CONTENT_DURATION
public static final ResponseHeader X_CONTENT_SECURITY_POLICY
public static final ResponseHeader X_CONTENT_TYPE_OPTIONS
public static final ResponseHeader X_CORRELATION_ID
public static final ResponseHeader X_FRAME_OPTIONS
public static final ResponseHeader X_POWERED_BY
public static final ResponseHeader X_REQUEST_ID
public static final ResponseHeader X_UA_COMPATIBLE
public static final ResponseHeader X_WEBKIT_CSP
public static final ResponseHeader X_XSS_PROTECTION
public static ResponseHeader[] values()
for (ResponseHeader c : ResponseHeader.values()) System.out.println(c);
public static ResponseHeader valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String header()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.