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 | Method and Description |
---|---|
DefaultMaxBytesRecvByteBufAllocator |
DefaultMaxBytesRecvByteBufAllocator.maxBytesPerIndividualRead(int maxBytesPerIndividualRead) |
DefaultMaxBytesRecvByteBufAllocator |
DefaultMaxBytesRecvByteBufAllocator.maxBytesPerRead(int maxBytesPerRead) |
DefaultMaxBytesRecvByteBufAllocator |
DefaultMaxBytesRecvByteBufAllocator.maxBytesPerReadPair(int maxBytesPerRead,
int maxBytesPerIndividualRead) |
Copyright © 2008–2024 The Netty Project. All rights reserved.