Interface ResteasyAsynchronousResponse

All Superinterfaces:
jakarta.ws.rs.container.AsyncResponse
All Known Implementing Classes:
AbstractAsynchronousResponse, SynchronousExecutionContext.SynchronousAsynchronousResponse

public interface ResteasyAsynchronousResponse extends jakarta.ws.rs.container.AsyncResponse
Version:
$Revision: 1 $
Author:
Bill Burke
  • Method Details Link icon

    • initialRequestThreadFinished Link icon

      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 Link icon

      jakarta.ws.rs.container.ContainerResponseFilter[] getResponseFilters()
    • setResponseFilters Link icon

      void setResponseFilters(jakarta.ws.rs.container.ContainerResponseFilter[] responseFilters)
    • getWriterInterceptors Link icon

      jakarta.ws.rs.ext.WriterInterceptor[] getWriterInterceptors()
    • setWriterInterceptors Link icon

      void setWriterInterceptors(jakarta.ws.rs.ext.WriterInterceptor[] writerInterceptors)
    • getAsyncWriterInterceptors Link icon

      AsyncWriterInterceptor[] getAsyncWriterInterceptors()
    • getAnnotations Link icon

      Annotation[] getAnnotations()
    • setAnnotations Link icon

      void setAnnotations(Annotation[] annotations)
    • complete Link icon

      void complete()
    • completionCallbacks Link icon

      void completionCallbacks(Throwable throwable)