public interface ContainerResponseFilter
com.sun.jersey.api.container.filter
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
filter(ContainerRequest request,
ContainerResponse response)
Filter the response.
|
ContainerResponse filter(ContainerRequest request, ContainerResponse response)
An implementation may modify the state of the response or return a new instance.
request
- the request.response
- the response.Copyright © 2016 Oracle Corporation. All Rights Reserved.