| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.server | |
| io.undertow.servlet.util | |
| io.undertow.util |
| Modifier and Type | Method and Description |
|---|---|
ParameterLimitException |
UndertowMessages.tooManyParameters(int maxValues) |
ParameterLimitException |
UndertowMessages_$bundle.tooManyParameters(int maxValues) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Connectors.setExchangeRequestPath(HttpServerExchange exchange,
String encodedPath,
String charset,
boolean decode,
boolean decodeQueryString,
boolean decodeSlashFlag,
StringBuilder decodeBuffer,
int maxParameters)
Sets the request path and query parameters, decoding to the requested charset.
|
static void |
Connectors.setExchangeRequestPath(HttpServerExchange exchange,
String encodedPath,
String charset,
boolean decode,
boolean decodeSlashFlag,
StringBuilder decodeBuffer,
int maxParameters)
Sets the request path and query parameters, decoding to the requested charset.
|
static void |
Connectors.setExchangeRequestPath(HttpServerExchange exchange,
String encodedPath,
StringBuilder decodeBuffer)
Sets the request path and query parameters, decoding to the requested charset.
|
| Modifier and Type | Method and Description |
|---|---|
static ServletPathMatch |
DispatchUtils.dispatchAsync(String path,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform an async dispatch to a path assigning everything needed to the
request, response and exchange.
|
static ServletPathMatch |
DispatchUtils.dispatchError(String path,
String servletName,
Throwable exception,
String message,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform a error dispatch to a path assigning everything needed to the
request, response and exchange.
|
static ServletPathMatch |
DispatchUtils.dispatchForward(String path,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform a forward dispatch to a path assigning everything needed to the
request, response and exchange.
|
static ServletPathMatch |
DispatchUtils.dispatchInclude(String path,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform an include dispatch to a path assigning everything needed to the
request, response and exchange.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
URLUtils.parsePathParams(String string,
HttpServerExchange exchange,
String charset,
boolean doDecode,
int maxParameters) |
static void |
URLUtils.parsePathParms(String string,
HttpServerExchange exchange,
String charset,
boolean doDecode,
int maxParameters)
Deprecated.
|
static void |
URLUtils.parseQueryString(String string,
HttpServerExchange exchange,
String charset,
boolean doDecode,
int maxParameters) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.