Class ServerWebSocket

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

public class ServerWebSocket extends Object implements MutinyDelegate, WebSocketBase
Represents a server side WebSocket.

Instances of this class are passed into a HttpServer.webSocketHandler(java.util.function.Consumer<io.vertx.mutiny.core.http.ServerWebSocket>) or provided when a WebSocket handshake is manually HttpServerRequest.toWebSocket()ed.

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