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

    • 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

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

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

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

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

      AsyncWriterInterceptor[] getAsyncWriterInterceptors()
    • getAnnotations

      Annotation[] getAnnotations()
    • setAnnotations

      void setAnnotations(Annotation[] annotations)
    • complete

      void complete()
    • completionCallbacks

      void completionCallbacks(Throwable throwable)