轻量级 Java 套接字库

发布于 2024-11-28 22:58:34 字数 1536 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

不弃不离 2024-12-05 22:58:34

You might try using some pieces from Jetty as suggested in this email. I really like Jetty because it's small, self contained, and you can use some or all of it flexibly.

还不是爱你 2024-12-05 22:58:34

由于这似乎一到就死了,我会回答说我的自定义 IO 库将是最好的。

Since this seems to be dead on arrival, I'll answer it by saying my custom IO library will be the best.

仙女 2024-12-05 22:58:34

为了回答你的问题,没有一种方法适合所有的异步库。 Netty 和 Mina 可能是最接近这样的东西,但大多数项目可能仍然必须包含一些纯粹的 NIO/ASYNCIO 定制解决方案。

我坚持认为你走在正确的轨道上。您对低级 NIO/ASYNCIO 的体验越多,您就会越欣赏并能够充分利用低级 Netty。

To answer your question, there is no one size fits all async library. Netty and Mina might be the closest to such a thing, but most projects may still have to contain some pure NIO/ASYNCIO customized solutions.

I maintain you are on the right track. The more experience you have with low-level NIO/ASYNCIO the more you will appreciate and be able to get the most out of the somewhat-less-low-level Netty.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文