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

Packages that use AsyncResponse
javax.ws.rs.container Container-specific JAX-RS API. 
 

Uses of AsyncResponse in javax.ws.rs.container
 

Methods in javax.ws.rs.container with parameters of type AsyncResponse
 void TimeoutHandler.handleTimeout(AsyncResponse asyncResponse)
          Invoked when the suspended asynchronous response is about to time out.
 void ConnectionCallback.onDisconnect(AsyncResponse disconnected)
          This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
 void ResumeCallback.onResume(AsyncResponse resuming, Response response)
          A resume callback notification method that will be invoked when the asynchronous response is about to be resumed with a JAX-RS response instance.
 void ResumeCallback.onResume(AsyncResponse resuming, java.lang.Throwable error)
          A resume callback notification method that will be invoked in case the asynchronous response is being resumed by an error (e.g.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.