| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.interceptor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultInterceptorContext<Request,Response>
Interceptor will be registered by linked node chain and interception will be applied orderly.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
Interceptor.intercept(Request request,
InterceptorContext<Request,Response> context)
Intercept the invocation and return the corresponding response or a custom response built by the interceptor.
|
| 构造器和说明 |
|---|
DefaultInterceptorContext(Interceptor<Request,Response> interceptor,
InterceptorContext<Request,Response> next) |
Copyright © 2021. All rights reserved.