You’re viewing third-party extensions to Channel, a protocol from swift-nio.
Channel
You can also read the documentation forChannel itself.
extension Channel
protocol Channel : AnyObject, ChannelOutboundInvoker, _NIOPreconcurrencySendable
A Channel is easiest thought of as a network socket. But it can be anything that is capable of I/O operations such as read, write, connect, and bind.
import NIOSSL
TLS for SwiftNIO.
func nioSSL_tlsVersion() -> EventLoopFuture<TLSVersion?>
API to extract the TLSVersion from off the Channel.
TLSVersion