Uses of Interface
jakarta.ws.rs.container.ContainerResponseContext
-
Uses of ContainerResponseContext in jakarta.ws.rs.container
Modifier and TypeMethodDescriptionvoid
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.