open static fun binaryFrame(data: Buffer, isFinal: Boolean): WebSocketFrame
Create a binary WebSocket frame.
data - the data for the frame
data
isFinal - true if it's the final frame in the WebSocket message
isFinal
Return the frame