public class VertxOutput extends WbxmlOutput
WbxmlOutput.QueueDrained
Constructor and Description |
---|
VertxOutput(org.vertx.java.core.http.HttpServerRequest req) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
end() |
void |
write(byte[] data) |
void |
write(byte[] data,
WbxmlOutput.QueueDrained drained) |
void |
write(int b)
Only one byte is written
|
of
public void write(int b) throws java.io.IOException
WbxmlOutput
write
in class WbxmlOutput
java.io.IOException
public void write(byte[] data) throws java.io.IOException
write
in class WbxmlOutput
java.io.IOException
public void write(byte[] data, WbxmlOutput.QueueDrained drained)
write
in class WbxmlOutput
public java.lang.String end()
end
in class WbxmlOutput
Copyright © 2021. All Rights Reserved.