Class VertxOutputStream

java.lang.Object
java.io.OutputStream
io.quarkus.vertx.utils.VertxOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class VertxOutputStream extends OutputStream
An OutputStream forwarding the bytes to Vert.x Web HttpResponse. Suitable for porting frameworks such as RESTeasy or CXF to Vert.x.