Protocolswift-nio 2.72.0NIOCore
NIOClientTLSProvider
UniversalBootstrapSupport.swift:264protocol NIOClientTLSProvider
Requirements
Type members
Instance members
See also
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 byClientBootstrap
.struct NIOInsecureNoTLS<Bootstrap>