Example usage for org.springframework.web.socket.messaging SubProtocolHandler interface-usage

List of usage examples for org.springframework.web.socket.messaging SubProtocolHandler interface-usage

Introduction

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

Usage

From source file ch.rasc.wampspring.config.WampSubProtocolHandler.java

/**
 * A WebSocket {@link SubProtocolHandler} for the WAMP v1 protocol.
 *
 * @author Rossen Stoyanchev
 * @author Andy Wilkinson
 * @author Ralph Schaer

From source file org.springframework.web.socket.messaging.StompSubProtocolHandler.java

/**
 * A {@link SubProtocolHandler} for STOMP that supports versions 1.0, 1.1, and 1.2
 * of the STOMP specification.
 *
 * @author Rossen Stoyanchev
 * @author Andy Wilkinson