Uses of Interface
com.guinetik.rr.interceptor.InterceptorChain
-
Packages that use InterceptorChain Package Description com.guinetik.rr.interceptor -
-
Uses of InterceptorChain in com.guinetik.rr.interceptor
Methods in com.guinetik.rr.interceptor with parameters of type InterceptorChain Modifier and Type Method Description default <Req,Res>
ResRequestInterceptor. onError(RocketRestException e, RequestSpec<Req,Res> request, InterceptorChain chain)Called when an exception occurs during request execution.<Req,Res>
ResRetryInterceptor. onError(RocketRestException e, RequestSpec<Req,Res> request, InterceptorChain chain)
-