Uses of Interface
com.guinetik.rr.interceptor.RequestInterceptor
-
Packages that use RequestInterceptor Package Description com.guinetik.rr.http com.guinetik.rr.interceptor -
-
Uses of RequestInterceptor in com.guinetik.rr.http
Methods in com.guinetik.rr.http with parameters of type RequestInterceptor Modifier and Type Method Description RocketClientFactory.BuilderRocketClientFactory.Builder. withInterceptor(RequestInterceptor interceptor)Adds an interceptor to the client. -
Uses of RequestInterceptor in com.guinetik.rr.interceptor
Classes in com.guinetik.rr.interceptor that implement RequestInterceptor Modifier and Type Class Description classRetryInterceptorInterceptor that retries failed requests with configurable backoff.Methods in com.guinetik.rr.interceptor that return types with arguments of type RequestInterceptor Modifier and Type Method Description List<RequestInterceptor>InterceptingClient. getInterceptors()Gets the list of interceptors in execution order.Constructor parameters in com.guinetik.rr.interceptor with type arguments of type RequestInterceptor Constructor Description InterceptingClient(RocketClient delegate, List<RequestInterceptor> interceptors)Creates an intercepting client with the given interceptors.InterceptingClient(RocketClient delegate, List<RequestInterceptor> interceptors, int maxRetries)Creates an intercepting client with the given interceptors and retry limit.
-