Package | Description |
---|---|
jakarta.ws.rs.client |
The JAX-RS client API
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestFilter.filter(ClientRequestContext requestContext)
Filter method called before a request has been dispatched to a client transport layer.
|
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). |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.