Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.filter |
Jersey Request & Response Filtering support & utility 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.hk2.api.ServiceLocator |
ServiceLocatorClientProvider.getServiceLocator(ClientResponseContext clientResponseContext)
Extract and return service locator from
clientResponseContext . |
Modifier and Type | Method and Description |
---|---|
void |
LoggingFilter.filter(ClientRequestContext requestContext,
ClientResponseContext responseContext) |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.