软件包 | 描述 |
---|---|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveRecvByteBufAllocator
RecvByteBufAllocator 会自动增加和减少反馈时预测的缓冲区大小。
|
class |
FixedRecvByteBufAllocator
始终产生相同缓冲区大小预测的 RecvByteBufAllocator 。
|
Modifier and Type | Method and Description |
---|---|
DefaultMaxMessagesRecvByteBufAllocator |
DefaultMaxMessagesRecvByteBufAllocator.respectMaybeMoreData(boolean respectMaybeMoreData)
如果我们认为没有更多数据,确定未来
RecvByteBufAllocator.newHandle() 的实例
是否会停止阅读。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.