public class VertxWebSocketClient extends Object implements org.springframework.web.reactive.socket.client.WebSocketClient, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
VertxWebSocketClient(io.vertx.core.http.HttpClient httpClient) |
VertxWebSocketClient(io.vertx.core.Vertx vertx) |
VertxWebSocketClient(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpClientOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
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)
public VertxWebSocketClient(io.vertx.core.http.HttpClient httpClient)
public reactor.core.publisher.Mono<Void> execute(URI uri, org.springframework.web.reactive.socket.WebSocketHandler handler)
execute in interface org.springframework.web.reactive.socket.client.WebSocketClientpublic reactor.core.publisher.Mono<Void> execute(URI uri, org.springframework.http.HttpHeaders headers, org.springframework.web.reactive.socket.WebSocketHandler handler)
execute in interface org.springframework.web.reactive.socket.client.WebSocketClientpublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanCopyright © 2019. All rights reserved.