Uses of Class
org.jboss.resteasy.core.ServerResponse
Packages that use ServerResponse
Package
Description
JAX-RS specification 1.1 (
})
had no interceptor framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of ServerResponse in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception that return ServerResponseModifier and TypeMethodDescriptionPreProcessInterceptor.preProcess
(HttpRequest request, ResourceMethodInvoker method) Deprecated.Preprocess resource method invocationMethods in org.jboss.resteasy.spi.interception with parameters of type ServerResponseModifier and TypeMethodDescriptionvoid
PostProcessInterceptor.postProcess
(ServerResponse response) Deprecated.