Package | Description |
---|---|
org.springframework.web.socket |
Common abstractions and Spring configuration support for WebSocket applications.
|
org.springframework.web.socket.adapter |
Classes adapting Spring's WebSocket API classes to and from WebSocket
implementations.
|
org.springframework.web.socket.client |
Client-side abstractions for WebSocket applications.
|
org.springframework.web.socket.client.endpoint |
Client-side classes for use with standard Java WebSocket endpoints.
|
org.springframework.web.socket.client.jetty | |
org.springframework.web.socket.server |
Server-side abstractions for WebSocket interactions.
|
org.springframework.web.socket.server.config |
Configuration support for WebSocket request handling.
|
org.springframework.web.socket.server.endpoint |
Server classes for use with standard Java WebSocket endpoints providing configuration
and initialization support.
|
org.springframework.web.socket.server.support |
Server-side support classes including container-specific strategies for upgrading a
request.
|
org.springframework.web.socket.sockjs |
Top-level SockJS types.
|
org.springframework.web.socket.sockjs.support |
Support classes for SockJS including an
AbstractSockJsService
implementation. |
org.springframework.web.socket.sockjs.support.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 . |
org.springframework.web.socket.support |
WebSocket-related classes used by client and server code such as
a
WebSocketHandlerDecorator
and sub-class implementations, as well as a
PerConnectionWebSocketHandler . |