Class AbstractRequestChecker
- java.lang.Object
-
- net.cofcool.chaos.server.core.web.AbstractRequestChecker
-
- All Implemented Interfaces:
RequestChecker
- Direct Known Subclasses:
HttpHeaderRequestChecker,UrlRequestChecker
public abstract class AbstractRequestChecker extends Object implements RequestChecker
校验请求的抽象实现- Author:
- CofCool
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.cofcool.chaos.server.core.web.RequestChecker
RequestChecker.Type
-
-
Constructor Summary
Constructors Constructor Description AbstractRequestChecker()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract booleancheck(String value)校验protected abstract StringgetName()参数名-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.cofcool.chaos.server.core.web.RequestChecker
check, getType
-
-