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 BadRequestExceptionUndertowMessages_$bundle.badRequest()UndertowMessages.badRequest()final BadRequestExceptionUndertowMessages_$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 TypeMethodDescriptionvoidAjpRequestParser.parse(ByteBuffer buf, io.undertow.server.protocol.ajp.AjpRequestParseState state, HttpServerExchange exchange) protected AjpRequestParser.StringHolderAjpRequestParser.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 TypeMethodDescriptionvoidHttpRequestParser.handle(ByteBuffer buffer, io.undertow.server.protocol.http.ParseState currentState, HttpServerExchange builder) protected voidHttpRequestParser.handleAfterVersion(ByteBuffer buffer, io.undertow.server.protocol.http.ParseState state) protected booleanHttpRequestParser.handleCachedHeader(String existing, ByteBuffer buffer, io.undertow.server.protocol.http.ParseState state, HttpServerExchange builder)