Package org.jboss.resteasy.spi
Interface AsynchronousResponse
Deprecated.
Replaced by javax.ws.rs.container.AsyncResponse
This is injected into a jax-rs method via the @Suspend annotation.
It allows you to asynchronously send a response in another thread.
- Version:
- $Revision: 1 $
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setResponse
(javax.ws.rs.core.Response response) Deprecated.
-
Method Details
-
setResponse
void setResponse(javax.ws.rs.core.Response response) Deprecated.
-