Class ReaderInterceptorContextImpl

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.InterceptorContext, jakarta.ws.rs.ext.ReaderInterceptorContext

    public class ReaderInterceptorContextImpl
    extends AbstractInterceptorContext
    implements jakarta.ws.rs.ext.ReaderInterceptorContext
    • Method Detail

      • 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