Uses of Class
ratpack.core.server.DecodingErrorLevel
-
Packages that use DecodingErrorLevel Package Description ratpack.core.server Objects used to start a ratpack application. -
-
Uses of DecodingErrorLevel in ratpack.core.server
Methods in ratpack.core.server that return DecodingErrorLevel Modifier and Type Method Description DecodingErrorLevel
ServerConfig. getDecodingErrorLevel()
Specifies how to log messages associated with request decode failures.static DecodingErrorLevel
DecodingErrorLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DecodingErrorLevel[]
DecodingErrorLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ratpack.core.server with parameters of type DecodingErrorLevel Modifier and Type Method Description ServerConfigBuilder
ServerConfigBuilder. decodingErrorLevel(DecodingErrorLevel log)
Configures how to emit messages associated with errors when decoding incoming requests.
-