-
June 15th, 2016, 09:59 AM
#1
Does Java client use websocket?
Hi, I would like to find out what communication protocols the different clients use. If you could help fill in the following table it will be great.
Client |
websocket |
http streaming |
http polling |
Java |
|
|
|
Javascript |
|
|
|
Thanks
-
June 16th, 2016, 09:30 AM
#2
Hi,
At present, only the JavaScript client libraries (for both web browsers and Node) use WebSockets, in addition to HTTP, while the other libraries use HTTP only. But support for WebSocket in the other libs, starting from Java, is on the go. This will be completely transparent to the application code, as the API doesn't change.
Consider that WebSockets are better than HTTP Streaming only for sending high-frequency messages FROM the client to the SERVER (see this slide).
Similar Threads
-
By lidanh in forum General
Replies: 12
Last Post: December 31st, 2014, 11:18 AM
-
By cwt237 in forum Client SDKs
Replies: 3
Last Post: September 25th, 2013, 09:24 AM
-
By darch in forum General
Replies: 0
Last Post: March 15th, 2013, 06:24 PM
-
By shabbirh in forum Client SDKs
Replies: 5
Last Post: November 7th, 2012, 09:26 AM
-
By k.mcc2009 in forum Adapter SDKs
Replies: 1
Last Post: May 21st, 2009, 09:41 AM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
All times are GMT +1. The time now is 09:22 AM.
Bookmarks