public class ResponseOutputStream extends OutputStream
| 构造器和说明 |
|---|
ResponseOutputStream(io.vertx.core.http.HttpServerResponse response,
int bufSize) |
public ResponseOutputStream(io.vertx.core.http.HttpServerResponse response,
int bufSize)
public void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 OutputStreamIOExceptionCopyright © 2024. All rights reserved.