mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
parent
8bb47018e6
commit
6f1b52cff3
@ -45,6 +45,8 @@ public class AioSession implements Closeable{
|
||||
this.channel = channel;
|
||||
this.readBuffer = ByteBuffer.allocate(config.getReadBufferSize());
|
||||
this.writeBuffer = ByteBuffer.allocate(config.getWriteBufferSize());
|
||||
this.readTimeout = config.getReadTimeout();
|
||||
this.writeTimeout = config.getWriteTimeout();
|
||||
this.ioAction = ioAction;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user