ChannelEvent
public enum ChannelEvent : Equatable
An Channel
related event that is passed through the ChannelPipeline
to notify the user.
-
ChannelOptions.allowRemoteHalfClosure
istrue
and input portion of theChannel
was closed.Declaration
Swift
case inputClosed
-
Output portion of the
Channel
was closed.Declaration
Swift
case outputClosed