Uses of Class
org.springframework.web.socket.sockjs.SockJsTransportFailureException
Packages that use SockJsTransportFailureException
- 
Uses of SockJsTransportFailureException in org.springframework.web.socket.sockjs.transport.sessionMethods in org.springframework.web.socket.sockjs.transport.session that throw SockJsTransportFailureExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractHttpSockJsSession.flushCache()Called when the connection is active and ready to write to the response.protected voidPollingSockJsSession.flushCache()protected voidStreamingSockJsSession.flushCache()protected voidAbstractSockJsSession.sendHeartbeat()protected final voidAbstractHttpSockJsSession.sendMessageInternal(String message) voidWebSocketServerSockJsSession.sendMessageInternal(String message) protected voidAbstractSockJsSession.writeFrame(SockJsFrame frame) For internal use within a TransportHandler and the (TransportHandler-specific) session class.protected voidPollingSockJsSession.writeFrame(SockJsFrame frame)