See: Description
| Interface | Description | 
|---|---|
| SockJsFrameFormat | 
 Applies a transport-specific format to the content of a SockJS frame resulting
 in a content that can be written out. 
 | 
| SockJsMessageCodec | 
 Encode and decode messages to and from a SockJS message frame,
 essentially an array of JSON-encoded messages. 
 | 
| Class | Description | 
|---|---|
| AbstractSockJsMessageCodec | 
 An base class for SockJS message codec that provides an implementation of
  
AbstractSockJsMessageCodec.encode(String[]). | 
| DefaultSockJsFrameFormat | 
 A default implementation of
  
SockJsFrameFormat that relies
 on String.format(String, Object...).. | 
| Jackson2SockJsMessageCodec | 
 A Jackson 2.6+ codec for encoding and decoding SockJS messages. 
 | 
| SockJsFrame | 
 Represents a SockJS frame. 
 | 
| Enum | Description | 
|---|---|
| SockJsFrameType | 
 SockJS frame types. 
 |