Structureswift 6.1.2Foundation
StreamSocketSecurityLevel
struct StreamSocketSecurityLevelstruct StreamSocketSecurityLevelimport Foundationprotocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init(rawValue: String) static let negotiatedSSL: StreamSocketSecurityLevelstatic let none: StreamSocketSecurityLevelstatic let ssLv2: StreamSocketSecurityLevelstatic let ssLv3: StreamSocketSecurityLevelstatic let tlSv1: StreamSocketSecurityLevellet rawValue: Stringvar hashValue: Int { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)