Uses of Interface
kong.unirest.core.Interceptor
-
Packages that use Interceptor Package Description kong.unirest.core -
-
Uses of Interceptor in kong.unirest.core
Classes in kong.unirest.core that implement Interceptor Modifier and Type Class Description (package private) classCompoundInterceptor(package private) classDefaultInterceptorFields in kong.unirest.core with type parameters of type Interceptor Modifier and Type Field Description private java.util.List<Interceptor>CompoundInterceptor. interceptorsMethods in kong.unirest.core that return Interceptor Modifier and Type Method Description InterceptorConfig. getUniInterceptor()Methods in kong.unirest.core that return types with arguments of type Interceptor Modifier and Type Method Description (package private) java.util.List<Interceptor>CompoundInterceptor. getInterceptors()Methods in kong.unirest.core with parameters of type Interceptor Modifier and Type Method Description ConfigConfig. 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 Interceptor Constructor Description CompoundInterceptor(java.util.List<Interceptor> interceptors)
-