Package io.vertx.mutiny.core.http
Class HttpHeaders
- java.lang.Object
-
- io.vertx.mutiny.core.http.HttpHeaders
-
public class HttpHeaders extends Object
Contains a bunch of useful HTTP headers stuff:- methods for creating instances
- often used Header names
- method to create optimized
CharSequence
which can be used as header name and value
original
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<HttpHeaders>
__TYPE_ARG
static CharSequence
ACCEPT
Accept header namestatic CharSequence
ACCEPT_CHARSET
Accept-Charset header namestatic CharSequence
ACCEPT_ENCODING
Accept-Encoding header namestatic CharSequence
ACCEPT_LANGUAGE
Accept-Language header namestatic CharSequence
ACCEPT_PATCH
Accept-Patch header namestatic CharSequence
ACCEPT_RANGES
Accept-Ranges header namestatic CharSequence
ACCESS_CONTROL_ALLOW_CREDENTIALS
Access-Control-Allow-Credentials header namestatic CharSequence
ACCESS_CONTROL_ALLOW_HEADERS
Access-Control-Allow-Headers header namestatic CharSequence
ACCESS_CONTROL_ALLOW_METHODS
Access-Control-Allow-Methods header namestatic CharSequence
ACCESS_CONTROL_ALLOW_ORIGIN
Access-Control-Allow-Origin header namestatic CharSequence
ACCESS_CONTROL_EXPOSE_HEADERS
Access-Control-Expose-Headers header namestatic CharSequence
ACCESS_CONTROL_MAX_AGE
Access-Control-Max-Age header namestatic CharSequence
ACCESS_CONTROL_REQUEST_HEADERS
Access-Control-Request-Headers header namestatic CharSequence
ACCESS_CONTROL_REQUEST_METHOD
Access-Control-Request-Method header namestatic CharSequence
AGE
Age header namestatic CharSequence
ALLOW
Allow header namestatic CharSequence
APPLICATION_X_WWW_FORM_URLENCODED
application/x-www-form-urlencoded header valuestatic CharSequence
AUTHORIZATION
Authorization header namestatic CharSequence
CACHE_CONTROL
Cache-Control header namestatic CharSequence
CHUNKED
chunked header valuestatic CharSequence
CLOSE
close header valuestatic CharSequence
CONNECTION
Connection header namestatic CharSequence
CONTENT_BASE
Content-Base header namestatic CharSequence
CONTENT_DISPOSITION
Content-Disposition header namestatic CharSequence
CONTENT_ENCODING
Content-Encoding header namestatic CharSequence
CONTENT_LANGUAGE
Content-Language header namestatic CharSequence
CONTENT_LENGTH
Content-Length header namestatic CharSequence
CONTENT_LOCATION
Content-Location header namestatic CharSequence
CONTENT_MD5
Content-MD5 header namestatic CharSequence
CONTENT_RANGE
Content-Rage header namestatic CharSequence
CONTENT_TRANSFER_ENCODING
Content-Transfer-Encoding header namestatic CharSequence
CONTENT_TYPE
Content-Type header namestatic CharSequence
CONTINUE
100-continue header valuestatic CharSequence
COOKIE
Content-Cookie header namestatic CharSequence
DATE
Date header namestatic CharSequence
DEFLATE_GZIP
deflate,gzip header valuestatic boolean
DISABLE_HTTP_HEADERS_VALIDATION
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.static String
DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME
JVM system property that disables HTTP headers validation, don't use this in production.static CharSequence
ETAG
Etag header namestatic CharSequence
EXPECT
Expect header namestatic CharSequence
EXPIRES
Expires header namestatic CharSequence
FROM
From header namestatic CharSequence
GET
GET header valuestatic CharSequence
HOST
Host header namestatic CharSequence
IDENTITY
identity header valuestatic CharSequence
IF_MATCH
If-Match header namestatic CharSequence
IF_MODIFIED_SINCE
If-Modified-Since header namestatic CharSequence
IF_NONE_MATCH
If-None-Match header namestatic CharSequence
KEEP_ALIVE
keep-alive header valuestatic CharSequence
LAST_MODIFIED
Last-Modified header namestatic CharSequence
LOCATION
Location header namestatic CharSequence
ORIGIN
Origin header namestatic CharSequence
PROXY_AUTHENTICATE
Proxy-Authenticate header namestatic CharSequence
PROXY_AUTHORIZATION
Proxy-Authorization header namestatic CharSequence
REFERER
Referer header namestatic CharSequence
RETRY_AFTER
Retry-After header namestatic CharSequence
SERVER
Server header namestatic CharSequence
SET_COOKIE
Set-Cookie header namestatic CharSequence
TEXT_HTML
text/html header valuestatic CharSequence
TRANSFER_ENCODING
Transfer-Encoding header namestatic CharSequence
UPGRADE
Upgrade header valuestatic CharSequence
USER_AGENT
User-Agent header namestatic CharSequence
VARY
Vary header namestatic CharSequence
WEBSOCKET
WebSocket header value
-
Constructor Summary
Constructors Constructor Description HttpHeaders(io.vertx.core.http.HttpHeaders delegate)
HttpHeaders(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CharSequence
createOptimized(String value)
boolean
equals(Object o)
io.vertx.core.http.HttpHeaders
getDelegate()
int
hashCode()
static MultiMap
headers()
static HttpHeaders
newInstance(io.vertx.core.http.HttpHeaders arg)
static MultiMap
set(CharSequence name, CharSequence value)
static MultiMap
set(String name, String value)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<HttpHeaders> __TYPE_ARG
-
DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME
public static final String DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME
JVM system property that disables HTTP headers validation, don't use this in production.- See Also:
- Constant Field Values
-
DISABLE_HTTP_HEADERS_VALIDATION
public static final boolean DISABLE_HTTP_HEADERS_VALIDATION
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.
-
ACCEPT
public static final CharSequence ACCEPT
Accept header name
-
ACCEPT_CHARSET
public static final CharSequence ACCEPT_CHARSET
Accept-Charset header name
-
ACCEPT_ENCODING
public static final CharSequence ACCEPT_ENCODING
Accept-Encoding header name
-
ACCEPT_LANGUAGE
public static final CharSequence ACCEPT_LANGUAGE
Accept-Language header name
-
ACCEPT_RANGES
public static final CharSequence ACCEPT_RANGES
Accept-Ranges header name
-
ACCEPT_PATCH
public static final CharSequence ACCEPT_PATCH
Accept-Patch header name
-
ACCESS_CONTROL_ALLOW_CREDENTIALS
public static final CharSequence ACCESS_CONTROL_ALLOW_CREDENTIALS
Access-Control-Allow-Credentials header name
-
ACCESS_CONTROL_ALLOW_HEADERS
public static final CharSequence ACCESS_CONTROL_ALLOW_HEADERS
Access-Control-Allow-Headers header name
-
ACCESS_CONTROL_ALLOW_METHODS
public static final CharSequence ACCESS_CONTROL_ALLOW_METHODS
Access-Control-Allow-Methods header name
-
ACCESS_CONTROL_ALLOW_ORIGIN
public static final CharSequence ACCESS_CONTROL_ALLOW_ORIGIN
Access-Control-Allow-Origin header name
-
ACCESS_CONTROL_EXPOSE_HEADERS
public static final CharSequence ACCESS_CONTROL_EXPOSE_HEADERS
Access-Control-Expose-Headers header name
-
ACCESS_CONTROL_MAX_AGE
public static final CharSequence ACCESS_CONTROL_MAX_AGE
Access-Control-Max-Age header name
-
ACCESS_CONTROL_REQUEST_HEADERS
public static final CharSequence ACCESS_CONTROL_REQUEST_HEADERS
Access-Control-Request-Headers header name
-
ACCESS_CONTROL_REQUEST_METHOD
public static final CharSequence ACCESS_CONTROL_REQUEST_METHOD
Access-Control-Request-Method header name
-
AGE
public static final CharSequence AGE
Age header name
-
ALLOW
public static final CharSequence ALLOW
Allow header name
-
AUTHORIZATION
public static final CharSequence AUTHORIZATION
Authorization header name
-
CACHE_CONTROL
public static final CharSequence CACHE_CONTROL
Cache-Control header name
-
CONNECTION
public static final CharSequence CONNECTION
Connection header name
-
CONTENT_BASE
public static final CharSequence CONTENT_BASE
Content-Base header name
-
CONTENT_DISPOSITION
public static final CharSequence CONTENT_DISPOSITION
Content-Disposition header name
-
CONTENT_ENCODING
public static final CharSequence CONTENT_ENCODING
Content-Encoding header name
-
CONTENT_LANGUAGE
public static final CharSequence CONTENT_LANGUAGE
Content-Language header name
-
CONTENT_LENGTH
public static final CharSequence CONTENT_LENGTH
Content-Length header name
-
CONTENT_LOCATION
public static final CharSequence CONTENT_LOCATION
Content-Location header name
-
CONTENT_TRANSFER_ENCODING
public static final CharSequence CONTENT_TRANSFER_ENCODING
Content-Transfer-Encoding header name
-
CONTENT_MD5
public static final CharSequence CONTENT_MD5
Content-MD5 header name
-
CONTENT_RANGE
public static final CharSequence CONTENT_RANGE
Content-Rage header name
-
CONTENT_TYPE
public static final CharSequence CONTENT_TYPE
Content-Type header name
-
COOKIE
public static final CharSequence COOKIE
Content-Cookie header name
-
DATE
public static final CharSequence DATE
Date header name
-
ETAG
public static final CharSequence ETAG
Etag header name
-
EXPECT
public static final CharSequence EXPECT
Expect header name
-
EXPIRES
public static final CharSequence EXPIRES
Expires header name
-
FROM
public static final CharSequence FROM
From header name
-
HOST
public static final CharSequence HOST
Host header name
-
IF_MATCH
public static final CharSequence IF_MATCH
If-Match header name
-
IF_MODIFIED_SINCE
public static final CharSequence IF_MODIFIED_SINCE
If-Modified-Since header name
-
IF_NONE_MATCH
public static final CharSequence IF_NONE_MATCH
If-None-Match header name
-
LAST_MODIFIED
public static final CharSequence LAST_MODIFIED
Last-Modified header name
-
LOCATION
public static final CharSequence LOCATION
Location header name
-
ORIGIN
public static final CharSequence ORIGIN
Origin header name
-
PROXY_AUTHENTICATE
public static final CharSequence PROXY_AUTHENTICATE
Proxy-Authenticate header name
-
PROXY_AUTHORIZATION
public static final CharSequence PROXY_AUTHORIZATION
Proxy-Authorization header name
-
REFERER
public static final CharSequence REFERER
Referer header name
-
RETRY_AFTER
public static final CharSequence RETRY_AFTER
Retry-After header name
-
SERVER
public static final CharSequence SERVER
Server header name
-
TRANSFER_ENCODING
public static final CharSequence TRANSFER_ENCODING
Transfer-Encoding header name
-
USER_AGENT
public static final CharSequence USER_AGENT
User-Agent header name
-
SET_COOKIE
public static final CharSequence SET_COOKIE
Set-Cookie header name
-
APPLICATION_X_WWW_FORM_URLENCODED
public static final CharSequence APPLICATION_X_WWW_FORM_URLENCODED
application/x-www-form-urlencoded header value
-
CHUNKED
public static final CharSequence CHUNKED
chunked header value
-
CLOSE
public static final CharSequence CLOSE
close header value
-
CONTINUE
public static final CharSequence CONTINUE
100-continue header value
-
IDENTITY
public static final CharSequence IDENTITY
identity header value
-
KEEP_ALIVE
public static final CharSequence KEEP_ALIVE
keep-alive header value
-
UPGRADE
public static final CharSequence UPGRADE
Upgrade header value
-
WEBSOCKET
public static final CharSequence WEBSOCKET
WebSocket header value
-
DEFLATE_GZIP
public static final CharSequence DEFLATE_GZIP
deflate,gzip header value
-
TEXT_HTML
public static final CharSequence TEXT_HTML
text/html header value
-
GET
public static final CharSequence GET
GET header value
-
VARY
public static final CharSequence VARY
Vary header name
-
-
Constructor Detail
-
HttpHeaders
public HttpHeaders(io.vertx.core.http.HttpHeaders delegate)
-
HttpHeaders
public HttpHeaders(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.core.http.HttpHeaders getDelegate()
-
headers
public static MultiMap headers()
-
createOptimized
public static CharSequence createOptimized(String value)
- Parameters:
value
-- Returns:
-
set
public static MultiMap set(CharSequence name, CharSequence value)
-
newInstance
public static HttpHeaders newInstance(io.vertx.core.http.HttpHeaders arg)
-
-