Class WriterInterceptorContextImpl

java.lang.Object
org.jboss.resteasy.reactive.server.jaxrs.AbstractInterceptorContext
org.jboss.resteasy.reactive.server.jaxrs.WriterInterceptorContextImpl
All Implemented Interfaces:
jakarta.ws.rs.ext.InterceptorContext, jakarta.ws.rs.ext.WriterInterceptorContext

public class WriterInterceptorContextImpl extends AbstractInterceptorContext implements jakarta.ws.rs.ext.WriterInterceptorContext
  • Constructor Details

  • Method Details

    • proceed

      public void proceed() throws IOException, jakarta.ws.rs.WebApplicationException
      Specified by:
      proceed in interface jakarta.ws.rs.ext.WriterInterceptorContext
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException
    • getEntity

      public Object getEntity()
      Specified by:
      getEntity in interface jakarta.ws.rs.ext.WriterInterceptorContext
    • setEntity

      public void setEntity(Object entity)
      Specified by:
      setEntity in interface jakarta.ws.rs.ext.WriterInterceptorContext
    • getOutputStream

      public OutputStream getOutputStream()
      Specified by:
      getOutputStream in interface jakarta.ws.rs.ext.WriterInterceptorContext
    • setOutputStream

      public void setOutputStream(OutputStream os)
      Specified by:
      setOutputStream in interface jakarta.ws.rs.ext.WriterInterceptorContext
    • getHeaders

      public jakarta.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
      Specified by:
      getHeaders in interface jakarta.ws.rs.ext.WriterInterceptorContext