TCPEndpoint Class Reference

#import <TCPEndpoint.h>

Inherited by TCPConnection, and TCPListener.

List of all members.


Detailed Description

Abstract base class of 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.


Member Function Documentation

- (void) setSSLProperty: (id)  value
forKey: (NSString*)  key 

Shortcut to set a single SSL property.


Property Documentation

- (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.


The documentation for this class was generated from the following files:
Generated on Tue May 27 22:56:33 2008 for MYNetwork:MooseyardNetworking by  doxygen 1.5.4