Uses of Interface
kos.api.RequestInterceptor
-
Packages that use RequestInterceptor Package Description kos.core -
-
Uses of RequestInterceptor in kos.core
Classes in kos.core that implement RequestInterceptor Modifier and Type Class Description private classSimplifiedRouter.SafeRequestInterceptorFields in kos.core declared as RequestInterceptor Modifier and Type Field Description (package private) RequestInterceptorRequestInterceptorHandler.InterceptorWrapper. interceptor(package private) RequestInterceptorSimplifiedRouter.SafeRequestInterceptor. interceptorMethods in kos.core with parameters of type RequestInterceptor Modifier and Type Method Description voidSimplifiedRouter. intercept(RequestInterceptor interceptor)Registers aRequestInterceptorto intercept all requests.voidSimplifiedRouter. intercept(RequestInterceptor interceptor, boolean tryHandleExceptions)Registers aRequestInterceptorto intercept all requests.voidRequestInterceptorHandler. register(RequestInterceptor next)
-