Uses of Interface
org.springframework.web.socket.sockjs.frame.SockJsMessageCodec

Packages that use SockJsMessageCodec
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
SockJS client implementation of WebSocketClient.
Support classes for creating SockJS frames including the encoding and decoding of SockJS message frames.
Server-side support for SockJS transports including TransportHandler implementations for processing incoming requests, their session counterparts for sending messages over the various transports, and DefaultSockJsService.
SockJS specific implementations of WebSocketSession.