Uses of Interface
jakarta.ws.rs.client.ClientResponseContext
-
Uses of ClientResponseContext in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionvoid
ClientResponseFilter.filter
(ClientRequestContext requestContext, ClientResponseContext responseContext) Filter method called after a response has been provided for a request (either by arequest filter
or when the HTTP invocation returns).