open fun websocketStream(): ReadStream<ServerWebSocket>
Return the websocket stream for the server. If a websocket connect handshake is successful a new io.vertx.reactivex.core.http.ServerWebSocket instance will be created and passed to the stream .
Return
the websocket stream