RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.spi
Interface AsynchronousResponse

All Known Implementing Classes:
AbstractAsynchronousResponse

public interface AsynchronousResponse

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 $
Author:
Bill Burke

Method Summary
 void setResponse(javax.ws.rs.core.Response response)
           
 

Method Detail

setResponse

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

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.