Uses of Package
org.springframework.web.socket.sockjs.transport
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
SockJS client implementation of
WebSocketClient
.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
.-
-
-
ClassDescriptionProvides transport handling code with access to the
SockJsService
configuration options they need to have access to.SockJS extension of Spring's standardWebSocketSession
.Handle a SockJS session URL, i.e.SockJS transport types. -
ClassDescriptionProvides transport handling code with access to the
SockJsService
configuration options they need to have access to.SockJS extension of Spring's standardWebSocketSession
.A factory for creating a SockJS session.Handle a SockJS session URL, i.e.A basic implementation ofSockJsService
with support for SPI-based transport handling and session management.SockJS transport types. -
ClassDescriptionProvides transport handling code with access to the
SockJsService
configuration options they need to have access to.SockJS extension of Spring's standardWebSocketSession
.