Uses of Class
org.springframework.web.socket.sockjs.SockJsTransportFailureException
-
Uses of SockJsTransportFailureException in org.springframework.web.socket.sockjs.transport.session
Modifier and TypeMethodDescriptionprotected abstract void
AbstractHttpSockJsSession.flushCache()
Called when the connection is active and ready to write to the response.protected void
PollingSockJsSession.flushCache()
protected void
StreamingSockJsSession.flushCache()
protected void
AbstractSockJsSession.sendHeartbeat()
protected final void
AbstractHttpSockJsSession.sendMessageInternal
(String message) void
WebSocketServerSockJsSession.sendMessageInternal
(String message) protected void
AbstractSockJsSession.writeFrame
(SockJsFrame frame) For internal use within a TransportHandler and the (TransportHandler-specific) session class.protected void
PollingSockJsSession.writeFrame
(SockJsFrame frame)