Package dev.snowdrop.vertx.http.client
Class VertxWebSocketClient
- java.lang.Object
-
- dev.snowdrop.vertx.http.client.VertxWebSocketClient
-
- All Implemented Interfaces:
org.springframework.web.reactive.socket.client.WebSocketClient
public class VertxWebSocketClient extends Object implements org.springframework.web.reactive.socket.client.WebSocketClient
-
-
Constructor Summary
Constructors Constructor Description VertxWebSocketClient(io.vertx.core.Vertx vertx)VertxWebSocketClient(io.vertx.core.Vertx vertx, io.vertx.core.http.HttpClientOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-