org.jboss.resteasy.spi
Interface AsynchronousResponse


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(Response response)
           
 

Method Detail

setResponse

void setResponse(Response response)


Copyright © 2009. All Rights Reserved.