Uses of Class
io.undertow.util.BadRequestException
Packages that use BadRequestException
Package
Description
-
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
Methods in io.undertow.server that throw BadRequestExceptionModifier and TypeMethodDescriptionstatic voidConnectors.setExchangeRequestPath(HttpServerExchange exchange, String encodedPath, StringBuilder decodeBuffer) Sets the request path and query parameters, decoding to the requested charset.static voidConnectors.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 voidConnectors.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. -
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)