Package com.guinetik.rr.interceptor
-
Interface Summary Interface Description InterceptorChain Represents the interceptor chain during request execution.RequestInterceptor Interceptor for adding cross-cutting behavior to HTTP request execution. -
Class Summary Class Description InterceptingClient Decorator that adds interceptor chain support to anyRocketClient.RetryInterceptor Interceptor that retries failed requests with configurable backoff.RetryInterceptor.Builder Builder for creating customized RetryInterceptor instances.