Initializerswift-nio 2.72.0NIOCore
init
ChannelOption.swift:161init()
init()
import NIOCore
The core abstractions that make up SwiftNIO.
struct BacklogOption
BacklogOption
allows users to configure the backlog
value as specified in man 2 listen
. This is only useful for ServerSocketChannel
s.
struct ChannelOptions
Provides ChannelOption
s to be used with a Channel
, Bootstrap
or ServerBootstrap
.
enum Types
typealias Value = Int32