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

writeFinalTextFrame

abstract fun writeFinalTextFrame(text: String): WebSocketBase

Write a final WebSocket text frame to the connection

Parameters

text - The text to write

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