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) class
CompoundInterceptor
(package private) class
DefaultInterceptor
Fields in kong.unirest.core with type parameters of type Interceptor Modifier and Type Field Description private java.util.List<Interceptor>
CompoundInterceptor. interceptors
Methods in kong.unirest.core that return Interceptor Modifier and Type Method Description Interceptor
Config. 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 Config
Config. interceptor(Interceptor value)
Add a Interceptor which will be called before and after the request;(package private) void
CompoundInterceptor. register(Interceptor t1)
Constructor parameters in kong.unirest.core with type arguments of type Interceptor Constructor Description CompoundInterceptor(java.util.List<Interceptor> interceptors)
-