Instance Methodswift-nio-ssl 2.29.0NIOSSL->NIOCore
nioSSL_tlsVersion
API to extract the TLSVersion
from off the Channel
.
func nioSSL_tlsVersion() -> EventLoopFuture<TLSVersion?>
API to extract the TLSVersion
from off the Channel
.
func nioSSL_tlsVersion() -> EventLoopFuture<TLSVersion?>
s7NIOCore7ChannelP6NIOSSLE17nioSSL_tlsVersionAA15EventLoopFutureCyAD10TLSVersionOSgGyF
What are these?
FNV24: [5K4VJ]
import NIOSSL
TLS for SwiftNIO.
import NIOCore
The core abstractions that make up SwiftNIO.
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.
enum TLSVersion
Known and supported TLS versions.
final class EventLoopFuture<Value>
Holder for a result that will be provided later.