Uses of Class
javax.ws.rs.container.Suspended

Packages that use Suspended
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.cdi.asynch This package (along with @see org.jboss.resteasy.test.cdi.asynch) tests JAX-RS and EJB asynchronous processing. 
org.jboss.resteasy.core   
org.jboss.resteasy.test.async   
 

Uses of Suspended in org.jboss.example.jaxrs2.async
 

Method parameters in org.jboss.example.jaxrs2.async with annotations of type Suspended
 void ChatListener.listen(AsyncResponse res)
           
 

Uses of Suspended in org.jboss.resteasy.cdi.asynch
 

Method parameters in org.jboss.resteasy.cdi.asynch with annotations of type Suspended
 void AsynchronousResource.asynchAsynch(AsyncResponse asyncResponse)
           
 void AsynchronousResource.asynchEJB(AsyncResponse asyncResponse)
           
 

Uses of Suspended in org.jboss.resteasy.core
 

Constructors in org.jboss.resteasy.core with parameters of type Suspended
AsynchronousResponseInjector(Suspended suspend)
           
 

Uses of Suspended in org.jboss.resteasy.test.async
 

Method parameters in org.jboss.resteasy.test.async with annotations of type Suspended
 void JaxrsResource.cancel(AsyncResponse response)
           
 void JaxrsResource.get(AsyncResponse response)
           
 void JaxrsResource.timeout(AsyncResponse response)
           
 



Copyright © 2013. All Rights Reserved.