JavaScript is disabled on your browser.
RESTEasy JAX-RS 3.0.22.Final
Field Summary
Fields
Modifier and Type
Field and Description
protected boolean
cancelled
Fields inherited from interface javax.ws.rs.container.AsyncResponse
NO_TIMEOUT
Method Summary
completionCallbacks , getAnnotations , getMethod , getResponseFilters , getWriterInterceptors , internalResume , internalResume , register , register , register , register , setAnnotations , setMethod , setResponseFilters , setTimeoutHandler , setWriterInterceptors
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Detail
initialRequestThreadFinished
public void initialRequestThreadFinished()
Callback by the initial http request thread. It is used to help simulate suspend/resume asynchronous semantics
in containers that do not support asychronous HTTP. This method is a no-op in environments that support async HTTP.
cancel
public boolean cancel()
isDone
public boolean isDone()
RESTEasy JAX-RS 3.0.22.Final
Copyright © 2017 JBoss by Red Hat . All rights reserved.