Uses of Class
org.springframework.web.socket.sockjs.SockJsTransportFailureException
Packages that use SockJsTransportFailureException Package Description org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession.Uses of SockJsTransportFailureException in org.springframework.web.socket.sockjs.transport.session
Methods in org.springframework.web.socket.sockjs.transport.session that throw SockJsTransportFailureException Modifier and Type Method Description protected 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 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)