Package | Description |
---|---|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
org.springframework.web.socket.sockjs.frame |
Support classes for creating SockJS frames including the encoding and decoding
of SockJS message frames.
|
org.springframework.web.socket.sockjs.transport |
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 . |
org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService . |
org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession . |
Class and Description |
---|
SockJsMessageCodec
Encode and decode messages to and from a SockJS message frame,
essentially an array of JSON-encoded messages.
|
Class and Description |
---|
SockJsMessageCodec
Encode and decode messages to and from a SockJS message frame,
essentially an array of JSON-encoded messages.
|
Class and Description |
---|
AbstractSockJsMessageCodec
A base class for SockJS message codec that provides an implementation of
AbstractSockJsMessageCodec.encode(String[]) . |
SockJsFrame
Represents a SockJS frame.
|
SockJsFrameFormat
Applies a transport-specific format to the content of a SockJS frame resulting
in a content that can be written out.
|
SockJsFrameType
SockJS frame types.
|
SockJsMessageCodec
Encode and decode messages to and from a SockJS message frame,
essentially an array of JSON-encoded messages.
|
Class and Description |
---|
SockJsMessageCodec
Encode and decode messages to and from a SockJS message frame,
essentially an array of JSON-encoded messages.
|
Class and Description |
---|
SockJsFrameFormat
Applies a transport-specific format to the content of a SockJS frame resulting
in a content that can be written out.
|
Class and Description |
---|
SockJsFrame
Represents a SockJS frame.
|
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.
|