public class UndertowOptions extends Object
Modifier and Type | Field and Description |
---|---|
static org.xnio.Option<Boolean> |
ALLOW_ENCODED_SLASH
If a request comes in with encoded / characters (i.e.
|
static AttachmentKey<org.xnio.OptionMap> |
ATTACHMENT_KEY |
static org.xnio.Option<Boolean> |
BUFFER_PIPELINED_DATA
If we should buffer pipelined requests.
|
static org.xnio.Option<Boolean> |
DECODE_URL
If this is true then the parser will decode the URL and query parameters using UTF-8.
|
static long |
DEFAULT_MAX_ENTITY_SIZE
We do not have a default upload limit
|
static int |
DEFAULT_MAX_HEADER_SIZE
The default size we allow for the HTTP header.
|
static org.xnio.Option<Long> |
IDLE_TIMEOUT
The idle timeout in milliseconds after which the channel will be closed.
|
static org.xnio.Option<Integer> |
MAX_COOKIES
The maximum number of cookies that will be parsed.
|
static org.xnio.Option<Long> |
MAX_ENTITY_SIZE
The default maximum size of the HTTP entity body.
|
static org.xnio.Option<Integer> |
MAX_HEADER_SIZE
The maximum size in bytes of a http request header.
|
static org.xnio.Option<Integer> |
MAX_HEADERS
The maximum number of headers that will be parsed.
|
static org.xnio.Option<Integer> |
MAX_PARAMETERS
The maximum number of parameters that will be parsed.
|
public static final AttachmentKey<org.xnio.OptionMap> ATTACHMENT_KEY
public static final org.xnio.Option<Integer> MAX_HEADER_SIZE
public static final int DEFAULT_MAX_HEADER_SIZE
public static final org.xnio.Option<Long> MAX_ENTITY_SIZE
public static final long DEFAULT_MAX_ENTITY_SIZE
public static final org.xnio.Option<Boolean> BUFFER_PIPELINED_DATA
public static final org.xnio.Option<Long> IDLE_TIMEOUT
public static final org.xnio.Option<Integer> MAX_PARAMETERS
public static final org.xnio.Option<Integer> MAX_HEADERS
public static final org.xnio.Option<Integer> MAX_COOKIES
public static final org.xnio.Option<Boolean> ALLOW_ENCODED_SLASH
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0450
public static final org.xnio.Option<Boolean> DECODE_URL
Copyright © 2013 JBoss by Red Hat. All rights reserved.