Uses of Interface
org.springframework.web.socket.sockjs.transport.SockJsSessionFactory
-
Uses of SockJsSessionFactory in org.springframework.web.socket.sockjs.transport.handler
Modifier and TypeClassDescriptionclass
Base class for HTTP transport handlers that push messages to connected clients.class
A TransportHandler for sending messages via Server-Sent Events: https://dev.w3.org/html5/eventsource/.class
An HTTPTransportHandler
that uses a famous browserdocument.domain
technique.class
WebSocket-basedTransportHandler
.class
ATransportHandler
based on XHR (long) polling.class
ATransportHandler
that sends messages over an HTTP streaming request.