Class ServletInputStreamImpl

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ServletInputStreamImpl
    extends jakarta.servlet.ServletInputStream
    Servlet input stream implementation. This stream is non-buffered, and is used for both HTTP requests and for upgraded streams.
    Author:
    Stuart Douglas