Class ClientWebSocket

java.lang.Object
io.vertx.mutiny.core.http.WebSocket
io.vertx.mutiny.core.http.ClientWebSocket
All Implemented Interfaces:
MutinyDelegate, WebSocketBase, ReadStream<Buffer>, StreamBase, WriteStream<Buffer>

public class ClientWebSocket extends WebSocket implements MutinyDelegate
Represents a client-side WebSocket initially not connected.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.