需要 Java websocket 客户端

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7257068/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 19:19:10  来源:igfitidea点击:

Java websocket client needed

javawebsocket

提问by Mikhail.Mamaev

I couldn't find any websocket client, implemented last version of the protocol written in Java.

我找不到任何 websocket 客户端,实现了用 Java 编写的协议的最新版本。

I found an answer here Java socket.io client, but

我在这里找到了答案Java socket.io client,但是

Could you recommend something? Thanks

你能推荐一些东西吗?谢谢

回答by oberstet

Should it be relevant for you: there are both WS client and server implementations supporting draft 13 and 14:

它是否与您相关:WS 客户端和服务器实现都支持草案 13 和 14:

http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations

http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations

回答by devsprint

Have you looked to jWebSocket? Their latest release is claiming support for Hixie Drafts 75-76 and Hybi Drafts 7-14.

你看过 jWebSocket 吗?他们的最新版本声称支持 Hixie Drafts 75-76 和 Hybi Drafts 7-14。

http://jwebsocket.org/

http://jwebsocket.org/

回答by Roger F. Gay

Follow my blog. I have a running websocket client written in Java. Not quite ready to release (I'm just busy with other things.) But it should be in the near future. I will announce on my blog when it's ready along with a download link.

关注我的博客。我有一个用 Java 编写的正在运行的 websocket 客户端。还没准备好发布(我只是忙于其他事情。)但应该在不久的将来发布。当它准备好时,我会在我的博客上宣布并提供下载链接。

http://highlevellogic.blogspot.com/2011/09/websocket-server-demonstration_26.html

http://highlevellogic.blogspot.com/2011/09/websocket-server-demonstration_26.html