I try to implement client/server ping/pong.
How I know websockets have ping/pong frames.
But in vertx I don't see api for these frames, only text/binary:
WebSocket::writeFrame(WebSocketFrame.binaryFrame(...)
Should I implement ping with binary/text frame?