Class UpgradeServletInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class UpgradeServletInputStream
    extends javax.servlet.ServletInputStream
    Servlet input stream implementation. This stream is non-buffered, and is only used for upgraded requests
    Author:
    Stuart Douglas
    • Constructor Detail

      • UpgradeServletInputStream

        public UpgradeServletInputStream​(org.xnio.channels.StreamSourceChannel channel,
                                         io.undertow.connector.ByteBufferPool bufferPool,
                                         Executor ioExecutor)