spring-framework / org.springframework.web.reactive.socket.client / JettyWebSocketClient / execute

execute

open fun execute(url: URI, handler: WebSocketHandler): Mono<Void>
open fun execute(url: URI, headers: HttpHeaders, handler: WebSocketHandler): Mono<Void>