Uses of Package
org.springframework.web.socket.sockjs.frame
Packages that use 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.- 
Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.config.annotationClassDescriptionEncode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.
- 
Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.clientClassDescriptionEncode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.
- 
Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.frameClassDescriptionA base class for SockJS message codec that provides an implementation ofAbstractSockJsMessageCodec.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.
- 
Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.transportClassDescriptionEncode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.
- 
Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionApplies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.
- 
Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.transport.sessionClassDescriptionRepresents 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.