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