vertx / io.vertx.reactivex.core.http / WebSocketBase / writeFinalBinaryFrame

writeFinalBinaryFrame

abstract fun writeFinalBinaryFrame(data: Buffer): WebSocketBase

Write a final WebSocket binary frame to the connection

Parameters

data - The data to write

Return
a reference to this, so the API can be used fluently