Lines Matching refs:nonatomic
34 @property(nonatomic, readonly) NSString *address;
35 @property(nonatomic, copy, nullable) NSString *userAgentPrefix;
36 @property(nonatomic, nullable) struct grpc_channel_credentials *channelCreds;
37 @property(nonatomic) grpc_compression_algorithm compressAlgorithm;
38 @property(nonatomic) int keepaliveInterval;
39 @property(nonatomic) int keepaliveTimeout;
40 @property(nonatomic) id logContext;
41 @property(nonatomic) BOOL retryEnabled;
43 @property(nonatomic) unsigned int minConnectTimeout;
44 @property(nonatomic) unsigned int initialConnectBackoff;
45 @property(nonatomic) unsigned int maxConnectBackoff;
49 @property(nonatomic, getter=isSecure) BOOL secure;
51 @property(nonatomic, copy, nullable) NSString *hostNameOverride;
54 @property(nonatomic, strong, nullable) NSNumber *responseSizeLimitOverride;