fix comment

This commit is contained in:
Looly
2025-06-25 17:03:22 +08:00
parent 9d83869d85
commit bb607e30ae
21 changed files with 484 additions and 142 deletions

View File

@@ -42,7 +42,13 @@ public class AioServer implements Closeable {
private AsynchronousChannelGroup group;
private AsynchronousServerSocketChannel channel;
/**
* IO处理
*/
protected IoAction<ByteBuffer> ioAction;
/**
* 配置
*/
protected final SocketConfig config;