Uses of Interface
kong.unirest.core.Interceptor
Packages that use Interceptor
-
Uses of Interceptor in kong.unirest.core
Classes in kong.unirest.core that implement InterceptorModifier and TypeClassDescription(package private) class(package private) classFields in kong.unirest.core with type parameters of type InterceptorMethods in kong.unirest.core that return InterceptorMethods in kong.unirest.core that return types with arguments of type InterceptorModifier and TypeMethodDescription(package private) List<Interceptor> CompoundInterceptor.getInterceptors()Methods in kong.unirest.core with parameters of type InterceptorModifier and TypeMethodDescriptionConfig.interceptor(Interceptor value) Add a Interceptor which will be called before and after the request;(package private) voidCompoundInterceptor.register(Interceptor t1) Constructor parameters in kong.unirest.core with type arguments of type InterceptorModifierConstructorDescription(package private)CompoundInterceptor(List<Interceptor> interceptors)