Instance Propertyswift-nio 2.84.0NIOCore
initial
RecvByteBufferAllocator.swift:67let initial: Int
let initial: Int
s7NIOCore31AdaptiveRecvByteBufferAllocatorV7initialSivp
What are these?27CZH
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()
init(minimum: Int, initial: Int, maximum: Int)
let maximum: Int
let minimum: Int
func buffer(allocator: ByteBufferAllocator) -> ByteBuffer
func nextBufferSize() -> Int?
mutating func record(actualReadBytes: Int) -> Bool