Initializerswift-nio 2.84.0NIOCore
init(low:high:)
Create a new instance.
init(low: Int, high: Int)
Parameters
Valid initialization is restricted to 1 <= low <= high
.
Create a new instance.
init(low: Int, high: Int)
s7NIOCore14ChannelOptionsV5TypesO20WriteBufferWaterMarkV3low4highAGSi_Sitcfc
What are these?YX2U
Valid initialization is restricted to 1 <= low <= high
.
import NIOCore
The core abstractions that make up SwiftNIO.
struct WriteBufferWaterMark
The watermark used to detect when Channel.isWritable
returns true
or false
.
struct ChannelOptions
Provides ChannelOption
s to be used with a Channel
, Bootstrap
or ServerBootstrap
.
enum Types
@frozen struct Int
A signed integer value type.
let high: Int
The high mark setting for a Channel
.
let low: Int
The low mark setting for a Channel
.