Package | Description |
---|---|
io.undertow | |
io.undertow.server | |
io.undertow.util |
Modifier and Type | Method | Description |
---|---|---|
ParameterLimitException |
UndertowMessages_$bundle.tooManyParameters(int maxValues) |
|
ParameterLimitException |
UndertowMessages.tooManyParameters(int maxValues) |
Modifier and Type | Method | Description |
---|---|---|
static void |
Connectors.setExchangeRequestPath(HttpServerExchange exchange,
java.lang.String encodedPath,
java.lang.String charset,
boolean decode,
boolean allowEncodedSlash,
java.lang.StringBuilder decodeBuffer,
int maxParameters) |
Sets the request path and query parameters, decoding to the requested charset.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
URLUtils.parsePathParams(java.lang.String string,
HttpServerExchange exchange,
java.lang.String charset,
boolean doDecode,
int maxParameters) |
|
static void |
URLUtils.parsePathParms(java.lang.String string,
HttpServerExchange exchange,
java.lang.String charset,
boolean doDecode,
int maxParameters) |
Deprecated.
|
static void |
URLUtils.parseQueryString(java.lang.String string,
HttpServerExchange exchange,
java.lang.String charset,
boolean doDecode,
int maxParameters) |
Copyright © 2018. All rights reserved.