Package | Description |
---|---|
io.undertow | |
io.undertow.server.protocol.ajp | |
io.undertow.server.protocol.http |
Modifier and Type | Method and Description |
---|---|
BadRequestException | UndertowMessages.badRequest() |
BadRequestException | UndertowMessages_$bundle.badRequest() |
BadRequestException | UndertowMessages.tooManyQueryParameters(int noParams) |
BadRequestException | UndertowMessages_$bundle.tooManyQueryParameters(int noParams) |
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 © 2020 JBoss by Red Hat. All rights reserved.