Uses of Interface
jakarta.ws.rs.container.ContainerResponseContext
Package | Description |
---|---|
jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
-
Uses of ContainerResponseContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type ContainerResponseContext Modifier and Type Method Description void
ContainerResponseFilter. filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext)
Filter method called after a response has been provided for a request (either by arequest filter
or by a matched resource method.