23 OF_ASSUME_NONNULL_BEGIN
55 didPerformClientHandshakeWithHost: (
OFString *)host
56 exception: (nullable
id)exception;
80 bool _verifiesCertificates;
96 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
97 id <OFTLSStreamDelegate> delegate;
102 @property (nonatomic)
bool verifiesCertificates;
104 - (instancetype)init OF_UNAVAILABLE;
130 OF_DESIGNATED_INITIALIZER;
140 - (void)asyncPerformClientHandshakeWithHost: (
OFString *)host;
151 - (void)asyncPerformClientHandshakeWithHost: (
OFString *)host
161 - (void)performClientHandshakeWithHost: (
OFString *)host;
188 OF_ASSUME_NONNULL_END
This protocol is implemented by classes which can be observed for readiness for reading by OFKernelEv...
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:41
A class that provides Transport Layer Security on top of a stream.
Definition: OFTLSStream.h:75
An unknown error.
Definition: OFTLSStream.h:34
A base class for different types of streams.
Definition: OFStream.h:278
A class for handling strings.
Definition: OFString.h:142
OFString * OFTLSStreamErrorCodeDescription(OFTLSStreamErrorCode errorCode)
Returns a string description for the TLS stream error code.
Definition: OFTLSStream.m:52
OFTLSStreamErrorCode
An enum representing an error of an OFTLSStream.
Definition: OFTLSStream.h:32
This protocol is implemented by classes which can be observed for readiness for writing by OFKernelEv...
Initialization of the TLS context failed.
Definition: OFTLSStream.h:36
Class OFTLSStreamImplementation
The implementation for OFTLSStream to use.
Definition: OFTLSStream.m:37