hutool/hutool-socket
2025-06-27 16:47:39 +08:00
..
src fix comment 2025-06-25 17:03:22 +08:00
pom.xml fix dependency 2025-06-27 16:47:39 +08:00
README.md add readme 2023-04-17 01:04:37 +08:00

🍬Make Java Sweet Again.

👉 https://hutool.cn/ 👈

📚Hutool-socket 模块介绍

Hutool-socketNIO和AIO做了简单的封装用于简化Socket异步开发。


🛠️包含内容

JDK中提供了Socket功能包括

  • BIO
  • NIO
  • AIO