Class UpgradeServletOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class UpgradeServletOutputStream
    extends jakarta.servlet.ServletOutputStream
    Output stream used for upgraded requests. This is different to ServletOutputStreamImpl as it does no buffering, and it not tied to an exchange.
    Author:
    Stuart Douglas