Enumeration Caseswift-nio 2.72.0NIOCore
before(_:)
Before the given ChannelHandler
.
case before(ChannelHandler)
Other cases
case first
The first
ChannelHandler
– the front of theChannelPipeline
.case last
The last
ChannelHandler
– the back of theChannelPipeline
.case after(ChannelHandler)
After the given
ChannelHandler
.