00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSData, NSString; 00010 00011 @interface ConnectionSettings : NSObject 00012 { 00013 NSString *_hostname; 00014 NSString *_serviceName; 00015 unsigned int _portNumber; 00016 NSData *_serverCertificateDigest; 00017 int _dataContextIdentifier; 00018 unsigned int _usesSSL:1; 00019 unsigned int _tryDirectSSLConnection:1; 00020 } 00021 00022 - (id)init; 00023 - (void)dealloc; 00024 - (id)hostname; 00025 - (void)setHostname:(id)fp8; 00026 - (id)serviceName; 00027 - (void)setServiceName:(id)fp8; 00028 - (unsigned int)portNumber; 00029 - (void)setPortNumber:(unsigned int)fp8; 00030 - (BOOL)usesSSL; 00031 - (void)setUsesSSL:(BOOL)fp8; 00032 - (BOOL)tryDirectSSL; 00033 - (void)setTryDirectSSL:(BOOL)fp8; 00034 - (long)dataContextIdentifier; 00035 - (void)setDataContextIdentifier:(long)fp8; 00036 - (id)serverCertificateDigest; 00037 - (void)setServerCertificateDigest:(id)fp8; 00038 - (id)description; 00039 00040 @end 00041