This commit is contained in:
Redkale
2018-04-17 13:46:30 +08:00
parent 754861e036
commit 826aaf0128
10 changed files with 64 additions and 13 deletions

View File

@@ -122,6 +122,7 @@
bufferCapacity: ByteBuffer的初始化大小 默认: 32K; (HTTP 2.0、WebSocket必须要16k以上)
bufferPoolSize ByteBuffer池的大小默认: 线程总数*4
responsePoolSize Response池的大小默认: 线程总数*2
aliveTimeoutSecond: KeepAlive读操作超时秒数 默认0 表示永久不超时,-1表示禁止KeepAlive
readTimeoutSecond: 读操作超时秒数, 默认0 表示永久不超时
writeTimeoutSecond: 写操作超时秒数, 默认0 表示永久不超时
interceptor: 启动/关闭NodeServer时被调用的拦截器实现类必须是org.redkale.boot.NodeInterceptor的子类默认为null