Class VertxServletOutputStream

java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class VertxServletOutputStream extends jakarta.servlet.ServletOutputStream
Adapted by sync-quarkus-classes.groovy from ResteasyReactiveOutputStream from Quarkus.
  • Field Details

    • request

      protected final io.vertx.core.http.HttpServerRequest request
    • waitingForDrain

      protected boolean waitingForDrain
    • drainHandlerRegistered

      protected boolean drainHandlerRegistered
    • first

      protected boolean first
    • throwable

      protected Throwable throwable
  • Constructor Details

  • Method Details