public class CheckResponseFilter extends Object implements javax.ws.rs.client.ClientResponseFilter
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,javax.ws.rs.core.NewCookie> |
cookieMap |
| Constructor and Description |
|---|
CheckResponseFilter(Map<String,javax.ws.rs.core.NewCookie> cookieMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.client.ClientRequestContext requestContext,
javax.ws.rs.client.ClientResponseContext responseContext) |
public void filter(javax.ws.rs.client.ClientRequestContext requestContext,
javax.ws.rs.client.ClientResponseContext responseContext)
throws IOException
filter in interface javax.ws.rs.client.ClientResponseFilterIOExceptionCopyright © 2017. All rights reserved.