| Package | Description |
|---|---|
| jakarta.ws.rs.client |
The JAX-RS client API
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientResponseFilter.filter(ClientRequestContext requestContext,
ClientResponseContext responseContext)
Filter method called after a response has been provided for a request (either by a
request
filter or when the HTTP invocation returns). |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientResponse
Jersey client response context.
|
| Modifier and Type | Method and Description |
|---|---|
static org.glassfish.jersey.internal.inject.InjectionManager |
InjectionManagerClientProvider.getInjectionManager(ClientResponseContext clientResponseContext)
Extract and return injection manager from
clientResponseContext. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ClientResponseContext> |
PostInvocationInterceptor.ExceptionContext.getResponseContext()
If the
ClientResponseContext has been available at the time of the Throwable occurrence,
such as when the PostInvocationInterceptor is processed, it will be available. |
| Modifier and Type | Method and Description |
|---|---|
void |
PostInvocationInterceptor.afterRequest(ClientRequestContext requestContext,
ClientResponseContext responseContext)
The method is invoked after a request when no
Throwable is thrown, or the Throwables are
resolved by previous PostInvocationInterceptor. |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.