mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -42,7 +42,13 @@ public class AioServer implements Closeable {
|
||||
|
||||
private AsynchronousChannelGroup group;
|
||||
private AsynchronousServerSocketChannel channel;
|
||||
/**
|
||||
* IO处理
|
||||
*/
|
||||
protected IoAction<ByteBuffer> ioAction;
|
||||
/**
|
||||
* 配置
|
||||
*/
|
||||
protected final SocketConfig config;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user