| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.server | |
| io.undertow.server.protocol.ajp | |
| io.undertow.server.protocol.http |
| Modifier and Type | Method and Description |
|---|---|
BadRequestException |
UndertowMessages_$bundle.badRequest() |
BadRequestException |
UndertowMessages.badRequest() |
BadRequestException |
UndertowMessages_$bundle.tooManyQueryParameters(int noParams) |
BadRequestException |
UndertowMessages.tooManyQueryParameters(int noParams) |
| 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 |
|---|---|
void |
AjpRequestParser.parse(ByteBuffer buf,
io.undertow.server.protocol.ajp.AjpRequestParseState state,
HttpServerExchange exchange) |
protected AjpRequestParser.StringHolder |
AjpRequestParser.parseString(ByteBuffer buf,
io.undertow.server.protocol.ajp.AjpRequestParseState state,
io.undertow.server.protocol.ajp.AjpRequestParser.StringType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequestParser.handle(ByteBuffer buffer,
io.undertow.server.protocol.http.ParseState currentState,
HttpServerExchange builder) |
protected void |
HttpRequestParser.handleAfterVersion(ByteBuffer buffer,
io.undertow.server.protocol.http.ParseState state) |
protected boolean |
HttpRequestParser.handleCachedHeader(String existing,
ByteBuffer buffer,
io.undertow.server.protocol.http.ParseState state,
HttpServerExchange builder) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.