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.tooManyPathParameters(int noParams) UndertowMessages.tooManyPathParameters(int noParams) 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)