Uses of Package
org.springframework.web.socket.sockjs.transport
Packages that use 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.- 
- 
- 
Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.sockjs.transportClassDescriptionProvides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJS extension of Spring's standardWebSocketSession.Handle a SockJS session URL, i.e.SockJS transport types.
- 
Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionProvides transport handling code with access to theSockJsServiceconfiguration 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 ofSockJsServicewith support for SPI-based transport handling and session management.SockJS transport types.
- 
Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.sockjs.transport.sessionClassDescriptionProvides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJS extension of Spring's standardWebSocketSession.