Class ClientReaderInterceptorContextImpl

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

public class ClientReaderInterceptorContextImpl extends AbstractClientInterceptorContextImpl implements jakarta.ws.rs.ext.ReaderInterceptorContext
  • Constructor Details

  • Method Details

    • proceed

      public Object proceed() throws IOException, jakarta.ws.rs.WebApplicationException
      Specified by:
      proceed in interface jakarta.ws.rs.ext.ReaderInterceptorContext
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException
    • getInputStream

      public InputStream getInputStream()
      Specified by:
      getInputStream in interface jakarta.ws.rs.ext.ReaderInterceptorContext
    • setInputStream

      public void setInputStream(InputStream is)
      Specified by:
      setInputStream in interface jakarta.ws.rs.ext.ReaderInterceptorContext
    • getHeaders

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