Package org.jboss.resteasy.spi
Interface AsynchronousResponse
-
@Deprecated public interface AsynchronousResponse
Deprecated.Replaced by javax.ws.rs.container.AsyncResponseThis 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:
AsyncResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setResponse(javax.ws.rs.core.Response response)
Deprecated.
-