![]() |
IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector
|
Public Member Functions | |
(id) | - initWithTLSSettings: |
Data Fields | |
NSDictionary * | tlsSettings |
The GCDAsyncSpecialPacket encompasses special instructions for interruptions in the read/write queues. This class my be altered to support more than just TLS (Transport Layer Security) in the future.
Definition at line 1399 of file GCDAsyncSocket.m.
- (id) initWithTLSSettings: | (NSDictionary *) | settings |
Initialize the GCDAsyncSpecial packet with settings returns self
param NSDictionary returns self
Initialize the GCDAsyncSpecial packet with settings
param NSDictionary returns self
Definition at line 1429 of file GCDAsyncSocket.m.
:(NSDictionary *)settings { if((self = [super init])) { tlsSettings = [settings copy]; } return self; }
- (NSDictionary*) tlsSettings |
Transport Layer Security settings
Definition at line 1406 of file GCDAsyncSocket.m.