public class ResponseOutputStream extends OutputStream
| Constructor and Description |
|---|
ResponseOutputStream(io.vertx.core.http.HttpServerResponse response,
int bufSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(int b) |
close, write, writepublic ResponseOutputStream(io.vertx.core.http.HttpServerResponse response,
int bufSize)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2025. All rights reserved.