Uses of Class
io.undertow.util.BadRequestException
Packages that use BadRequestException
-
Uses of BadRequestException in io.undertow
Methods in io.undertow that return BadRequestExceptionModifier and TypeMethodDescriptionfinal BadRequestException
UndertowMessages_$bundle.badRequest()
UndertowMessages.badRequest()
final BadRequestException
UndertowMessages_$bundle.tooManyQueryParameters
(int noParams) UndertowMessages.tooManyQueryParameters
(int noParams) -
Uses of BadRequestException in io.undertow.server.protocol.ajp
Methods in io.undertow.server.protocol.ajp that throw BadRequestExceptionModifier and TypeMethodDescriptionvoid
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) -
Uses of BadRequestException in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that throw BadRequestExceptionModifier and TypeMethodDescriptionvoid
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)