public interface ClientRequestFilter
@Provider to be discovered by the JAX-RS
runtime. This type of filters is supported only as part of the Client API.ClientResponseFilter| Modifier and Type | Method | Description |
|---|---|---|
void |
filter(ClientRequestContext requestContext) |
Filter method called before a request has been dispatched to a client
transport layer.
|
void filter(ClientRequestContext requestContext) throws IOException
javax.annotation.Priority
class-level annotation value.requestContext - request context.IOException - if an I/O exception occurs.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved.