程序包 | 说明 |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
限定符和类型 | 类和说明 |
---|---|
class |
AdaptiveRecvByteBufAllocator
The
RecvByteBufAllocator that automatically increases and
decreases the predicted buffer size on feed back. |
class |
FixedRecvByteBufAllocator
The
RecvByteBufAllocator that always yields the same buffer
size prediction. |
class |
ServerChannelRecvByteBufAllocator
MaxMessagesRecvByteBufAllocator implementation which should be used for ServerChannel s. |
限定符和类型 | 方法和说明 |
---|---|
DefaultMaxMessagesRecvByteBufAllocator |
DefaultMaxMessagesRecvByteBufAllocator.respectMaybeMoreData(boolean respectMaybeMoreData)
Determine if future instances of
RecvByteBufAllocator.newHandle() will stop reading if we think there is no more data. |