Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
DefaultMaxMessagesRecvByteBufAllocator |
DefaultMaxMessagesRecvByteBufAllocator.respectMaybeMoreData(boolean respectMaybeMoreData)
Determine if future instances of
RecvByteBufAllocator.newHandle() will stop reading if we think there is no more data. |
Copyright © 2008–2024 The Netty Project. All rights reserved.