Interface ResteasyAsynchronousResponse

All Superinterfaces:
javax.ws.rs.container.AsyncResponse
All Known Implementing Classes:
AbstractAsynchronousResponse, Servlet3AsyncHttpRequest.Servlet3ExecutionContext.Servle3AsychronousResponse, SynchronousExecutionContext.SynchronousAsynchronousResponse

public interface ResteasyAsynchronousResponse extends javax.ws.rs.container.AsyncResponse
Version:
$Revision: 1 $
  • Method Details

    • initialRequestThreadFinished

      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.
    • getResponseFilters

      javax.ws.rs.container.ContainerResponseFilter[] getResponseFilters()
    • setResponseFilters

      void setResponseFilters(javax.ws.rs.container.ContainerResponseFilter[] responseFilters)
    • getWriterInterceptors

      javax.ws.rs.ext.WriterInterceptor[] getWriterInterceptors()
    • setWriterInterceptors

      void setWriterInterceptors(javax.ws.rs.ext.WriterInterceptor[] writerInterceptors)
    • getAnnotations

      Annotation[] getAnnotations()
    • setAnnotations

      void setAnnotations(Annotation[] annotations)
    • getMethod

    • setMethod

      void setMethod(ResourceMethodInvoker method)