Uses of Package
org.springframework.web.socket.sockjs.transport
Packages that use org.springframework.web.socket.sockjs.transport 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 ofWebSocketClient.org.springframework.web.socket.sockjs.transport Server-side support for SockJS transports includingTransportHandlerimplementations for processing incoming requests, theirsessioncounterparts for sending messages over the various transports, andDefaultSockJsService.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession.Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.config.annotation Class Description TransportHandler Handle a SockJS session URL, i.e.Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.sockjs.client Class Description TransportType SockJS transport types.Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.sockjs.transport Class Description SockJsServiceConfig Provides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJsSession SockJS extension of Spring's standardWebSocketSession.TransportHandler Handle a SockJS session URL, i.e.TransportType SockJS transport types.Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.sockjs.transport.handler Class 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.TransportHandlingSockJsService A basic implementation ofSockJsServicewith support for SPI-based transport handling and session management.TransportType SockJS transport types.Classes in org.springframework.web.socket.sockjs.transport used by org.springframework.web.socket.sockjs.transport.session Class Description SockJsServiceConfig Provides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJsSession SockJS extension of Spring's standardWebSocketSession.