Uses of Class
net.cofcool.chaos.server.core.web.RequestChecker.Type
-
Packages that use RequestChecker.Type Package Description net.cofcool.chaos.server.core.web -
-
Uses of RequestChecker.Type in net.cofcool.chaos.server.core.web
Methods in net.cofcool.chaos.server.core.web that return RequestChecker.Type Modifier and Type Method Description RequestChecker.TypeHttpHeaderRequestChecker. getType()RequestChecker.TypeRequestChecker. getType()参数携带方式RequestChecker.TypeUrlRequestChecker. getType()static RequestChecker.TypeRequestChecker.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestChecker.Type[]RequestChecker.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-