Uses of Interface
kong.unirest.core.Interceptor
-
Packages that use Interceptor Package Description kong.unirest.core -
-
Uses of Interceptor in kong.unirest.core
Methods in kong.unirest.core that return Interceptor Modifier and Type Method Description InterceptorConfig. getUniInterceptor()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;
-