Uses of Interface
org.springframework.web.socket.sockjs.transport.SockJsSessionFactory
Packages that use SockJsSessionFactory
-
Uses of SockJsSessionFactory in org.springframework.web.socket.sockjs.transport.handler
Classes in org.springframework.web.socket.sockjs.transport.handler that implement SockJsSessionFactoryModifier and TypeClassDescriptionclassBase class for HTTP transport handlers that push messages to connected clients.classA TransportHandler for sending messages via Server-Sent Events: https://dev.w3.org/html5/eventsource/.classAn HTTPTransportHandlerthat uses a famous browserdocument.domain technique.classWebSocket-basedTransportHandler.classATransportHandlerbased on XHR (long) polling.classATransportHandlerthat sends messages over an HTTP streaming request.