Instance Method (Default implementation)swift-nio 2.72.0NIOCore
wrapOutboundOut(_:)
TypeAssistedChannelHandler.swift:30func wrapOutboundOut(_ value: OutboundOut) -> NIOAny
Implements
func wrapOutboundOut(OutboundOut
) -> NIOAny Wrap the provided
OutboundOut
that will be passed to the nextChannelOutboundHandler
by callingChannelHandlerContext.write
.