Update SockJS client code snippet

This commit is contained in:
holub
2015-12-30 10:29:01 +01:00
committed by Sebastien Deleuze
parent 342d760f70
commit 15da48eba5
+1 -1
View File
@@ -932,7 +932,7 @@ The example below shows how to create a SockJS client and connect to a SockJS en
[subs="verbatim,quotes"]
----
List<Transport> transports = new ArrayList<>(2);
transports.add(new WebSocketTransport(StandardWebSocketClient()));
transports.add(new WebSocketTransport(new StandardWebSocketClient()));
transports.add(new RestTemplateXhrTransport());
SockJsClient sockJsClient = new SockJsClient(transports);