Required Associated Typeswift-nio 2.81.0NIOCore
OutboundIn
The type of the outbound data which is wrapped in NIOAny
.
associatedtype OutboundIn
The type of the outbound data which is wrapped in NIOAny
.
associatedtype OutboundIn
import NIOCore
The core abstractions that make up SwiftNIO.
protocol ChannelOutboundHandler : _ChannelOutboundHandler, _EmittingChannelHandler
ChannelHandler
which handles outbound I/O events or intercept an outbound I/O operation for a Channel
.
func unwrapOutboundIn(_ value: NIOAny) -> OutboundIn
Unwrap the provided NIOAny
that was passed to write
.