Uses of Class
io.vertx.mutiny.core.http.ServerWebSocket
-
Packages that use ServerWebSocket Package Description io.vertx.mutiny.core.http -
-
Uses of ServerWebSocket in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type ServerWebSocket Modifier and Type Field Description static TypeArg<ServerWebSocket>ServerWebSocket. __TYPE_ARGMethods in io.vertx.mutiny.core.http that return types with arguments of type ServerWebSocket Modifier and Type Method Description io.smallrye.mutiny.Uni<ServerWebSocket>HttpServerRequest. toWebSocket()Upgrade the connection of the current request to a WebSocket.ReadStream<ServerWebSocket>HttpServer. webSocketStream()Method parameters in io.vertx.mutiny.core.http with type arguments of type ServerWebSocket Modifier and Type Method Description HttpServerHttpServer. webSocketHandler(Consumer<ServerWebSocket> handler)
-