public interface ClientRequestFilter
@Provider. This type of filters is supported
only as part of the Client API.ClientResponseFilter| Modifier and Type | Method and Description |
|---|---|
void |
filter(ClientRequestContext requestContext)
Filter method called before a request has been dispatched to a client
transport layer.
|
void filter(ClientRequestContext requestContext) throws java.io.IOException
javax.annotation.Priority).requestContext - request context.java.io.IOException - if an I/O exception occurs.