vertx / io.vertx.reactivex.core.http / WebSocketFrame / continuationFrame

continuationFrame

open static fun continuationFrame(data: Buffer, isFinal: Boolean): WebSocketFrame

Create a continuation frame

Parameters

data - the data for the frame

isFinal - true if it's the final frame in the WebSocket message

Return
the frame