Generated by
JDiff

Class org.springframework.web.socket.sockjs.client.SockJsClient

The superclass changed from org.springframework.web.socket.client.AbstractWebSocketClient to java.lang.Object.
Added interface org.springframework.web.socket.client.WebSocketClient.

Removed Methods
void assertUri(URI)  
ListenableFuture<WebSocketSession> doHandshakeInternal(WebSocketHandler, HttpHeaders, URI, List<String>, List<WebSocketExtension>, Map<String, Object>)  
void setTaskScheduler(TaskScheduler) Configure a {@code TaskScheduler} for scheduling a connect timeout task where the timeout value is calculated based on the duration of the initial SockJS info request.
 

Added Methods
ListenableFuture<WebSocketSession> doHandshake(WebSocketHandler, WebSocketHttpHeaders, URI)  
ListenableFuture<WebSocketSession> doHandshake(WebSocketHandler, String, Object[])  
void setConnectTimeoutScheduler(TaskScheduler) Configure a {@code TaskScheduler} for scheduling a connect timeout task where the timeout value is calculated based on the duration of the initial SockJS "Info" request.