| Package | Description |
|---|---|
| javax.ws.rs.client |
The Client API
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| 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. |
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.