Package 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.Interface Summary Interface Description SockJsServiceConfig Provides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJsSession SockJS extension of Spring's standardWebSocketSession.SockJsSessionFactory A factory for creating a SockJS session.TransportHandler Handle a SockJS session URL, i.e.Class Summary Class Description TransportHandlingSockJsService A basic implementation ofSockJsServicewith support for SPI-based transport handling and session management.Enum Summary Enum Description TransportType SockJS transport types.