Protocolswift-nio 2.84.0NIOCore
NIOClientTLSProvider
UniversalBootstrapSupport.swift:264protocol NIOClientTLSProvider
Browse conforming typesprotocol NIOClientTLSProvider
import NIOCore
The core abstractions that make up SwiftNIO.
associatedtype Bootstrap
func enableTLS(_ bootstrap: Self.Bootstrap) -> Self.Bootstrap
struct NIOClientTCPBootstrap
NIOClientTCPBootstrap
is a bootstrap that allows you to bootstrap client TCP connections using NIO on BSD Sockets, NIO Transport Services, or other ways.
protocol NIOClientTCPBootstrapProtocol
NIOClientTCPBootstrapProtocol
is implemented by various underlying transport mechanisms. Typically, this will be the BSD Sockets API implemented by ClientBootstrap
.
struct NIOInsecureNoTLS<Bootstrap> where Bootstrap : NIOClientTCPBootstrapProtocol