Type Aliasswift-nio 2.72.0NIOCore
Value
ChannelOption.swift:269typealias Value = TimeAmount?
typealias Value = TimeAmount?
s7NIOCore14ChannelOptionsV5TypesO20ConnectTimeoutOptionV5Valuea
What are these?
FNV24: [2VBOE]
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
struct TimeAmount
Represents a time interval.
init()