GRPC Objective-C
1.39.1
|
Signature for the channel. More...
#import <GRPCChannel.h>
Instance Methods | |
(instancetype) | - NS_UNAVAILABLE |
(nullable instancetype) | - initWithHost:callOptions: |
Class Methods | |
(instancetype) | + NS_UNAVAILABLE |
Properties | |
NSString * | host |
The host that this channel is connected to. More... | |
GRPCCallOptions * | callOptions |
Options of the corresponding call. More... | |
id< GRPCChannelFactory > | channelFactory |
Acquire the factory to generate a new channel with current configurations. More... | |
NSDictionary * | channelArgs |
Acquire the dictionary of channel args with current configurations. More... | |
Signature for the channel.
If two channel's signatures are the same and connect to the same remote, they share the same underlying GRPCChannel object.
- (nullable instancetype) initWithHost: | (NSString *) | host | |
callOptions: | (GRPCCallOptions *) | NS_DESIGNATED_INITIALIZER | |
- (instancetype) NS_UNAVAILABLE |
+ (instancetype) NS_UNAVAILABLE |
|
readatomicassign |
Options of the corresponding call.
Note that only the channel-related options are of interest to this class.
|
readatomiccopy |
Acquire the dictionary of channel args with current configurations.
|
readatomicassign |
Acquire the factory to generate a new channel with current configurations.
|
readatomiccopy |
The host that this channel is connected to.