Class VertxWebSocketClient

  • All Implemented Interfaces:
    org.springframework.web.reactive.socket.client.WebSocketClient

    public class VertxWebSocketClient
    extends java.lang.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

      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> execute​(java.net.URI uri, org.springframework.http.HttpHeaders headers, org.springframework.web.reactive.socket.WebSocketHandler handler)  
      reactor.core.publisher.Mono<java.lang.Void> execute​(java.net.URI uri, org.springframework.web.reactive.socket.WebSocketHandler handler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertxWebSocketClient

        public VertxWebSocketClient​(io.vertx.core.Vertx vertx)
      • VertxWebSocketClient

        public VertxWebSocketClient​(io.vertx.core.Vertx vertx,
                                    io.vertx.core.http.HttpClientOptions options)
    • Method Detail

      • execute

        public reactor.core.publisher.Mono<java.lang.Void> execute​(java.net.URI uri,
                                                                   org.springframework.web.reactive.socket.WebSocketHandler handler)
        Specified by:
        execute in interface org.springframework.web.reactive.socket.client.WebSocketClient
      • execute

        public reactor.core.publisher.Mono<java.lang.Void> execute​(java.net.URI uri,
                                                                   org.springframework.http.HttpHeaders headers,
                                                                   org.springframework.web.reactive.socket.WebSocketHandler handler)
        Specified by:
        execute in interface org.springframework.web.reactive.socket.client.WebSocketClient