Class SlardarOverloadProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SlardarOverloadProp.Key)@Deprecated() public class SlardarOverloadProp extends WingsOverloadFilter.Config
Overload protection filter, how to handle fast requests and slow responses. disable by default, not recommended as it requires more detailed config to avoid false positives.
- Since:
2021-02-14
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$logIntervalpublic final static StringKey$fallbackCodepublic final static StringKey$fallbackBodypublic final static StringKey$requestCapacitypublic final static StringKey$requestIntervalpublic final static StringKey$requestCalmdownpublic final static StringKey$requestPermitpublic final static StringKey$responseWarnSlowpublic final static StringKey$responseInfoStatpublic longlogIntervalpublic intfallbackCodepublic StringfallbackBodypublic intrequestCapacitypublic longrequestIntervalpublic intrequestCalmdownpublic Map<String, String>requestPermitpublic longresponseWarnSlowpublic longresponseInfoStat
-
Constructor Summary
Constructors Constructor Description SlardarOverloadProp()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class pro.fessional.wings.slardar.servlet.filter.WingsOverloadFilter.Config
equals, getFallbackBody, getFallbackCode, getLogInterval, getRequestCalmdown, getRequestCapacity, getRequestInterval, getRequestPermit, getResponseInfoStat, getResponseWarnSlow, hashCode, setFallbackBody, setFallbackCode, setLogInterval, setRequestCalmdown, setRequestCapacity, setRequestInterval, setRequestPermit, setResponseInfoStat, setResponseWarnSlow, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-