Interface AsynchronousResponse


@Deprecated public 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:
  • AsyncResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setResponse(javax.ws.rs.core.Response response)
    Deprecated.
     
  • Method Details

    • setResponse

      void setResponse(javax.ws.rs.core.Response response)
      Deprecated.