Uses of Interface
kos.api.RequestInterceptor
Packages that use RequestInterceptor
-
Uses of RequestInterceptor in kos.core
Classes in kos.core that implement RequestInterceptorFields in kos.core declared as RequestInterceptorModifier and TypeFieldDescription(package private) final RequestInterceptorRequestInterceptorHandler.InterceptorWrapper.interceptor(package private) final RequestInterceptorSimplifiedRouter.SafeRequestInterceptor.interceptorMethods in kos.core with parameters of type RequestInterceptorModifier and TypeMethodDescriptionvoidSimplifiedRouter.intercept(RequestInterceptor interceptor) Registers aRequestInterceptorto intercept all requests.voidSimplifiedRouter.intercept(RequestInterceptor interceptor, boolean tryHandleExceptions) Registers aRequestInterceptorto intercept all requests.voidRequestInterceptorHandler.register(RequestInterceptor next)