Uses of Class
io.undertow.util.BadRequestException
-
Packages that use BadRequestException Package Description io.undertow io.undertow.server io.undertow.server.protocol.ajp io.undertow.server.protocol.http -
-
Uses of BadRequestException in io.undertow
Methods in io.undertow that return BadRequestException Modifier and Type Method Description BadRequestExceptionUndertowMessages_$bundle. badRequest()BadRequestExceptionUndertowMessages. badRequest()BadRequestExceptionUndertowMessages_$bundle. tooManyQueryParameters(int noParams)BadRequestExceptionUndertowMessages. tooManyQueryParameters(int noParams) -
Uses of BadRequestException in io.undertow.server
Methods in io.undertow.server that throw BadRequestException Modifier and Type Method Description static voidConnectors. setExchangeRequestPath(HttpServerExchange exchange, java.lang.String encodedPath, java.lang.StringBuilder decodeBuffer)Sets the request path and query parameters, decoding to the requested charset.static voidConnectors. setExchangeRequestPath(HttpServerExchange exchange, java.lang.String encodedPath, java.lang.String charset, boolean decode, boolean decodeQueryString, boolean decodeSlashFlag, java.lang.StringBuilder decodeBuffer, int maxParameters)Sets the request path and query parameters, decoding to the requested charset.static voidConnectors. setExchangeRequestPath(HttpServerExchange exchange, java.lang.String encodedPath, java.lang.String charset, boolean decode, boolean decodeSlashFlag, java.lang.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 BadRequestException Modifier and Type Method Description voidAjpRequestParser. parse(java.nio.ByteBuffer buf, io.undertow.server.protocol.ajp.AjpRequestParseState state, HttpServerExchange exchange)protected AjpRequestParser.StringHolderAjpRequestParser. parseString(java.nio.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 BadRequestException Modifier and Type Method Description voidHttpRequestParser. handle(java.nio.ByteBuffer buffer, io.undertow.server.protocol.http.ParseState currentState, HttpServerExchange builder)protected voidHttpRequestParser. handleAfterVersion(java.nio.ByteBuffer buffer, io.undertow.server.protocol.http.ParseState state)protected booleanHttpRequestParser. handleCachedHeader(java.lang.String existing, java.nio.ByteBuffer buffer, io.undertow.server.protocol.http.ParseState state, HttpServerExchange builder)
-