Required Instance Propertyswift-nio 2.81.0NIOCore

allocator

The Channel’s ByteBuffer allocator. This is the only supported way of allocating ByteBuffers to be used with this Channel.

Channel.swift:107
var allocator: ByteBufferAllocator { get }