Uses of Interface
javax.ws.rs.container.TimeoutHandler

Packages that use TimeoutHandler
javax.ws.rs.container Container-specific JAX-RS API. 
org.jboss.resteasy.core   
 

Uses of TimeoutHandler in javax.ws.rs.container
 

Methods in javax.ws.rs.container with parameters of type TimeoutHandler
 void AsyncResponse.setTimeoutHandler(TimeoutHandler handler)
          Set/replace a time-out handler for the suspended asynchronous response.
 

Uses of TimeoutHandler in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core declared as TimeoutHandler
protected  TimeoutHandler AbstractAsynchronousResponse.timeoutHandler
           
 

Methods in org.jboss.resteasy.core with parameters of type TimeoutHandler
 void AbstractAsynchronousResponse.setTimeoutHandler(TimeoutHandler handler)
           
 



Copyright © 2012. All Rights Reserved.