Uses of Package
org.springframework.web.socket.sockjs.frame
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
.TransportHandler
implementation classes as well as a concrete
SockJsService
.SockJS specific implementations of
WebSocketSession
.-
ClassDescriptionEncode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.
-
ClassDescriptionEncode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.
-
ClassDescriptionA base class for SockJS message codec that provides an implementation of
AbstractSockJsMessageCodec.encode(String[])
.Represents a SockJS frame.Applies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.SockJS frame types.Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages. -
ClassDescriptionEncode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.
-
ClassDescriptionApplies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.
-
ClassDescriptionRepresents a SockJS frame.Applies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.