public class LimiterInterceptor extends BaseLimiterInterceptor implements com.jfinal.aop.Interceptor
| 构造器和说明 |
|---|
LimiterInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
private void |
doInterceptByLimitInfo(EnableLimit enableLimit,
String resource,
com.jfinal.aop.Invocation inv) |
void |
intercept(com.jfinal.aop.Invocation inv) |
buildUrl, doExecFallback, doInterceptForConcurrency, doInterceptForTokenBucket, doInterceptForTokenBucketWithCluster, getPackageOrTargetpublic LimiterInterceptor()
public void intercept(com.jfinal.aop.Invocation inv)
intercept 在接口中 com.jfinal.aop.Interceptorprivate void doInterceptByLimitInfo(EnableLimit enableLimit, String resource, com.jfinal.aop.Invocation inv)
Copyright © 2024. All rights reserved.