Class UpgradeServletOutputStream

java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
io.undertow.servlet.spec.UpgradeServletOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class UpgradeServletOutputStream extends javax.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