public class ResponseOutputStream extends java.io.OutputStream
ResponseOutputStream(io.vertx.core.http.HttpServerResponse response, int bufSize)
void
flush()
write(int b)
close, write, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResponseOutputStream(io.vertx.core.http.HttpServerResponse response, int bufSize)
public void write(int b) throws java.io.IOException
write
java.io.OutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
java.io.Flushable