hutool/hutool-socket/README.md
2023-04-17 01:04:37 +08:00

23 lines
560 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p align="center">
<a href="https://hutool.cn/"><img src="https://plus.hutool.cn/images/hutool.svg" width="45%"></a>
</p>
<p align="center">
<strong>🍬Make Java Sweet Again.</strong>
</p>
<p align="center">
👉 <a href="https://hutool.cn">https://hutool.cn/</a> 👈
</p>
## 📚Hutool-socket 模块介绍
`Hutool-socket`NIO和AIO做了简单的封装用于简化Socket异步开发。
-------------------------------------------------------------------------------
## 🛠️包含内容
JDK中提供了Socket功能包括
- BIO
- NIO
- AIO