Initializerswift-nio 2.72.0NIOCore
init(minimum:initial:maximum:)
RecvByteBufferAllocator.swift:78init(minimum: Int, initial: Int, maximum: Int)
init(minimum: Int, initial: Int, maximum: Int)
s7NIOCore31AdaptiveRecvByteBufferAllocatorV7minimum7initial7maximumACSi_S2itcfc
What are these?
FNV24: [4DLZH]
import NIOCore
The core abstractions that make up SwiftNIO.
struct AdaptiveRecvByteBufferAllocator
RecvByteBufferAllocator
which will gracefully increment or decrement the buffer size on the feedback that was recorded.
@frozen struct Int
A signed integer value type.
init()
let initial: Int
let maximum: Int
let minimum: Int
func buffer(allocator: ByteBufferAllocator) -> ByteBuffer
func nextBufferSize() -> Int?
mutating func record(actualReadBytes: Int) -> Bool