mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add readme
This commit is contained in:
23
hutool-socket/README.md
Normal file
23
hutool-socket/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
<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
|
Reference in New Issue
Block a user