Enumeration Caseswift-nio 2.72.0NIOCore
write
Will be triggered when no write was performed for the specified amount of time
ChannelHandlers.swift:168case write
Will be triggered when no write was performed for the specified amount of time
ChannelHandlers.swift:168case write
import NIOCore
The core abstractions that make up SwiftNIO.
enum IdleStateEvent
A user event triggered by IdleStateHandler when a Channel is idle.
final class IdleStateHandler
Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
case read
Will be triggered when no read was performed for the specified amount of time
case all
Will be triggered when neither read nor write was performed for the specified amount of time