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

writeFrame

abstract fun writeFrame(frame: WebSocketFrame): WebSocketBase

Write a WebSocket frame to the connection

Parameters

frame - the frame to write

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