#import <TCPEndpoint.h>
Inherited by TCPConnection, and TCPListener.
Mostly just manages the SSL properties.
Public Member Functions | |
| (void) | - setSSLProperty:forKey: |
| Shortcut to set a single SSL property. | |
Properties | |
| copy NSString * | securityLevel |
| The desired security level. | |
| copy NSMutableDictionary * | SSLProperties |
| Detailed SSL settings. | |
| - (void) setSSLProperty: | (id) | value | ||
| forKey: | (NSString*) | key | ||
Shortcut to set a single SSL property.
- (NSString *) securityLevel [protected] |
The desired security level.
Use the security level constants from NSStream.h, such as NSStreamSocketSecurityLevelNegotiatedSSL.
- (NSMutableDictionary *) SSLProperties [protected] |
Detailed SSL settings.
This is the same as CFStream's kCFStreamPropertySSLSettings property.
1.5.4