public class VertxWebSocketClient extends Object implements org.springframework.web.reactive.socket.client.WebSocketClient
| Constructor and Description |
|---|
VertxWebSocketClient(io.vertx.core.Vertx vertx) |
VertxWebSocketClient(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpClientOptions options) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
execute(URI uri,
org.springframework.http.HttpHeaders headers,
org.springframework.web.reactive.socket.WebSocketHandler handler) |
reactor.core.publisher.Mono<Void> |
execute(URI uri,
org.springframework.web.reactive.socket.WebSocketHandler handler) |
public VertxWebSocketClient(io.vertx.core.Vertx vertx)
public VertxWebSocketClient(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpClientOptions options)
Copyright © 2020. All rights reserved.