Uses of Interface
io.fabric8.kubernetes.client.http.Interceptor.RequestTags
-
Packages that use Interceptor.RequestTags Package Description io.fabric8.kubernetes.client.http io.fabric8.kubernetes.client.utils -
-
Uses of Interceptor.RequestTags in io.fabric8.kubernetes.client.http
Classes in io.fabric8.kubernetes.client.http that implement Interceptor.RequestTags Modifier and Type Class Description classStandardHttpClient<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>>Methods in io.fabric8.kubernetes.client.http with parameters of type Interceptor.RequestTags Modifier and Type Method Description default CompletableFuture<Boolean>Interceptor. afterFailure(BasicBuilder builder, HttpResponse<?> response, Interceptor.RequestTags tags)Called after a websocket failure or by default from a normal request.default CompletableFuture<Boolean>Interceptor. afterFailure(HttpRequest.Builder builder, HttpResponse<?> response, Interceptor.RequestTags tags)Called after a non-websocket failuredefault voidInterceptor. before(BasicBuilder builder, HttpRequest request, Interceptor.RequestTags tags)Called before a request to allow for the manipulation of the request -
Uses of Interceptor.RequestTags in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils with parameters of type Interceptor.RequestTags Modifier and Type Method Description CompletableFuture<Boolean>BackwardsCompatibilityInterceptor. afterFailure(BasicBuilder basicBuilder, HttpResponse<?> response, Interceptor.RequestTags tags)CompletableFuture<Boolean>BackwardsCompatibilityInterceptor. afterFailure(HttpRequest.Builder builder, HttpResponse<?> response, Interceptor.RequestTags tags)CompletableFuture<Boolean>TokenRefreshInterceptor. afterFailure(BasicBuilder headerBuilder, HttpResponse<?> response, Interceptor.RequestTags tags)voidImpersonatorInterceptor. before(BasicBuilder builder, HttpRequest request, Interceptor.RequestTags tags)voidTokenRefreshInterceptor. before(BasicBuilder headerBuilder, HttpRequest request, Interceptor.RequestTags tags)
-