Structureswift-nio 2.81.0NIOCore
NIOInsecureNoTLS
UniversalBootstrapSupport.swift:270struct NIOInsecureNoTLS<Bootstrap> where Bootstrap : NIOClientTCPBootstrapProtocol
struct NIOInsecureNoTLS<Bootstrap> where Bootstrap : NIOClientTCPBootstrapProtocol
import NIOCore
The core abstractions that make up SwiftNIO.
protocol NIOClientTCPBootstrapProtocol
NIOClientTCPBootstrapProtocol
is implemented by various underlying transport mechanisms. Typically, this will be the BSD Sockets API implemented by ClientBootstrap
.
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 NIOClientTLSProvider
init()
func enableTLS(_ bootstrap: Bootstrap) -> Bootstrap