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 
 | 
ofpublic void write(int b)
           throws java.io.IOException
WbxmlOutputwrite in class WbxmlOutputjava.io.IOExceptionpublic void write(byte[] data)
           throws java.io.IOException
write in class WbxmlOutputjava.io.IOExceptionpublic void write(byte[] data,
                  WbxmlOutput.QueueDrained drained)
write in class WbxmlOutputpublic java.lang.String end()
end in class WbxmlOutputCopyright © 2021. All Rights Reserved.