Interface ResteasyAsynchronousResponse

    • Method Detail

      • 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)
      • setAnnotations

        void setAnnotations​(Annotation[] annotations)
      • complete

        void complete()
      • completionCallbacks

        void completionCallbacks​(Throwable throwable)