Class VertxServletOutputStream

    • Field Detail

      • response

        protected io.vertx.core.http.HttpServerResponse response
      • waitingForDrain

        protected boolean waitingForDrain
      • drainHandlerRegistered

        protected boolean drainHandlerRegistered
      • first

        protected boolean first
    • Constructor Detail

      • VertxServletOutputStream

        public VertxServletOutputStream​(io.vertx.core.http.HttpServerRequest request,
                                        io.vertx.core.http.HttpServerResponse response)
        Construct a new instance.No write timeout is configured.
        Parameters:
        request -
        response -