Example usage for org.springframework.web.reactive.socket.client WebSocketClient interface-usage

List of usage examples for org.springframework.web.reactive.socket.client WebSocketClient interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.reactive.socket.client WebSocketClient interface-usage.

Usage

From source file org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient.java

/**
 * {@link WebSocketClient} implementation for use with Reactor Netty.
 *
 * @author Rossen Stoyanchev
 * @since 5.0
 */

From source file org.springframework.web.reactive.socket.client.JettyWebSocketClient.java

/**
 * A {@link WebSocketClient} implementation for use with Jetty
 * {@link org.eclipse.jetty.websocket.client.WebSocketClient}.
 *
 * <p><strong>Note: </strong> the Jetty {@code WebSocketClient} requires
 * lifecycle management and must be started and stopped. This is automatically

From source file org.springframework.web.reactive.socket.client.StandardWebSocketClient.java

/**
 * {@link WebSocketClient} implementation for use with the Java WebSocket API.
 *
 * @author Violeta Georgieva
 * @author Rossen Stoyanchev
 * @since 5.0