Uses of Interface
cn.sliew.milky.common.interceptor.InterceptorContext
-
Packages that use InterceptorContext Package Description cn.sliew.milky.common.interceptor -
-
Uses of InterceptorContext in cn.sliew.milky.common.interceptor
Classes in cn.sliew.milky.common.interceptor that implement InterceptorContext Modifier and Type Class Description classDefaultInterceptorContext<Request,Response>Interceptor will be registered by linked node chain and interception will be applied orderly.Methods in cn.sliew.milky.common.interceptor with parameters of type InterceptorContext Modifier and Type Method Description ResponseInterceptor. intercept(Request request, InterceptorContext<Request,Response> context)Intercept the invocation and return the corresponding response or a custom response built by the interceptor.Constructors in cn.sliew.milky.common.interceptor with parameters of type InterceptorContext Constructor Description DefaultInterceptorContext(Interceptor<Request,Response> interceptor, InterceptorContext<Request,Response> next)
-