Initializerswift-nio 2.72.0NIOCore
init
ChannelOption.swift:271init()
init()
s7NIOCore14ChannelOptionsV5TypesO20ConnectTimeoutOptionVAGycfc
What are these?
FNV24: [7DWMZ]
import NIOCore
The core abstractions that make up SwiftNIO.
struct ConnectTimeoutOption
ConnectTimeoutOption
allows users to configure the TimeAmount
after which a connect will fail if it was not established in the meantime. May be nil
, in which case the connection attempt will never time out.
struct ChannelOptions
Provides ChannelOption
s to be used with a Channel
, Bootstrap
or ServerBootstrap
.
enum Types
typealias Value = TimeAmount?