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 Detail

      • setResponse

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