Class ClientWriterInterceptorContextImpl

java.lang.Object
org.jboss.resteasy.reactive.client.impl.AbstractClientInterceptorContextImpl
org.jboss.resteasy.reactive.client.impl.ClientWriterInterceptorContextImpl
All Implemented Interfaces:
jakarta.ws.rs.ext.InterceptorContext, jakarta.ws.rs.ext.WriterInterceptorContext

public class ClientWriterInterceptorContextImpl extends AbstractClientInterceptorContextImpl implements jakarta.ws.rs.ext.WriterInterceptorContext
  • Field Details

    • rediscoveryNeeded

      protected boolean rediscoveryNeeded
  • 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
    • getResult

      public io.vertx.core.buffer.Buffer getResult()
    • setType

      public void setType(Class<?> type)
      Specified by:
      setType in interface jakarta.ws.rs.ext.InterceptorContext
      Overrides:
      setType in class AbstractClientInterceptorContextImpl
    • setMediaType

      public void setMediaType(jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      setMediaType in interface jakarta.ws.rs.ext.InterceptorContext
      Overrides:
      setMediaType in class AbstractClientInterceptorContextImpl