软件包 | 描述 |
---|---|
io.netty.channel |
核心通道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMaxBytesRecvByteBufAllocator
RecvByteBufAllocator 根据从每次读取的最大字节数中减去该值产生缓冲区大小预测。
|
Modifier and Type | Method and Description |
---|---|
MaxBytesRecvByteBufAllocator |
MaxBytesRecvByteBufAllocator.maxBytesPerIndividualRead(int maxBytesPerIndividualRead)
设置每个读取操作的最大读取字节数。
|
MaxBytesRecvByteBufAllocator |
MaxBytesRecvByteBufAllocator.maxBytesPerRead(int maxBytesPerRead)
设置每个读取循环读取的最大字节数。
|
MaxBytesRecvByteBufAllocator |
MaxBytesRecvByteBufAllocator.maxBytesPerReadPair(int maxBytesPerRead, int maxBytesPerIndividualRead)
设置读取循环和每个读取操作的最大读取字节数。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.