Example usage for org.springframework.web.socket.server RequestUpgradeStrategy interface-usage

List of usage examples for org.springframework.web.socket.server RequestUpgradeStrategy interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.socket.server RequestUpgradeStrategy interface-usage.

Usage

From source file org.springframework.web.socket.server.support.AbstractStandardUpgradeStrategy.java

/**
 * A {@link RequestUpgradeStrategy} for containers that support standard Java WebSocket.
 *
 * @author Rossen Stoyanchev
 * @since 4.0
 */

From source file org.springframework.web.socket.server.support.AbstractEndpointUpgradeStrategy.java

/**
 * A {@link RequestUpgradeStrategy} that supports WebSocket handlers of type
 * {@link WebSocketHandler} as well as {@link javax.websocket.Endpoint}.
 *
 * @author Rossen Stoyanchev
 * @since 4.0

From source file org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy.java

/**
 * A base class for {@link RequestUpgradeStrategy} implementations that build
 * on the standard WebSocket API for Java (JSR-356).
 *
 * @author Rossen Stoyanchev
 * @since 4.0