Uses of Interface
jakarta.ws.rs.client.ClientResponseContext
-
Packages that use ClientResponseContext Package Description jakarta.ws.rs.client The JAX-RS client APIorg.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces. -
-
Uses of ClientResponseContext in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client with parameters of type ClientResponseContext Modifier and Type Method Description voidClientResponseFilter. filter(ClientRequestContext requestContext, ClientResponseContext responseContext)Filter method called after a response has been provided for a request (either by arequest filteror when the HTTP invocation returns). -
Uses of ClientResponseContext in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement ClientResponseContext Modifier and Type Class Description classClientResponseJersey client response context.Methods in org.glassfish.jersey.client with parameters of type ClientResponseContext Modifier and Type Method Description static org.glassfish.jersey.internal.inject.InjectionManagerInjectionManagerClientProvider. getInjectionManager(ClientResponseContext clientResponseContext)Extract and return injection manager fromclientResponseContext. -
Uses of ClientResponseContext in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi that return types with arguments of type ClientResponseContext Modifier and Type Method Description Optional<ClientResponseContext>PostInvocationInterceptor.ExceptionContext. getResponseContext()If theClientResponseContexthas been available at the time of theThrowableoccurrence, such as when thePostInvocationInterceptoris processed, it will be available.Methods in org.glassfish.jersey.client.spi with parameters of type ClientResponseContext Modifier and Type Method Description voidPostInvocationInterceptor. afterRequest(ClientRequestContext requestContext, ClientResponseContext responseContext)The method is invoked after a request when noThrowableis thrown, or theThrowablesareresolvedby previousPostInvocationInterceptor.
-