Uses of Interface
jakarta.ws.rs.container.ContainerResponseContext
Packages that use ContainerResponseContext
Package
Description
Container-specific JAX-RS API.
-
Uses of ContainerResponseContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type ContainerResponseContextModifier and TypeMethodDescriptionvoidContainerResponseFilter.filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) Filter method called after a response has been provided for a request (either by arequest filteror by a matched resource method. -
Uses of ContainerResponseContext in org.jboss.resteasy.core.interception.jaxrs
Subinterfaces of ContainerResponseContext in org.jboss.resteasy.core.interception.jaxrsModifier and TypeInterfaceDescriptioninterfaceSuspendable response context, which allows the users to suspend execution of the filter chain until it is resumed normally, or abnormally with aThrowable.Classes in org.jboss.resteasy.core.interception.jaxrs that implement ContainerResponseContext -
Uses of ContainerResponseContext in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type ContainerResponseContextModifier and TypeMethodDescriptionvoidCacheControlFilter.filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) voidCorsFilter.filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) voidMessageSanitizerContainerResponseFilter.filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext)