Uses of Class
io.muserver.RateLimitRejectionAction
-
Packages that use RateLimitRejectionAction Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of RateLimitRejectionAction in io.muserver
Methods in io.muserver that return RateLimitRejectionAction Modifier and Type Method Description static RateLimitRejectionActionRateLimitRejectionAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RateLimitRejectionAction[]RateLimitRejectionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.muserver with parameters of type RateLimitRejectionAction Modifier and Type Method Description RateLimitBuilderRateLimitBuilder. withRejectionAction(RateLimitRejectionAction action)Specifies what to do when this limit is breached.
-