GRPC Objective-C
1.26.0
|
Each separate instance of this class represents at least one TCP connection to the provided host. More...
#import <GRPCChannel.h>
Instance Methods | |
(nullable instancetype) | - NS_UNAVAILABLE |
(nullable instancetype) | - initWithChannelConfiguration: |
Create a channel with remote host and signature channelConfigurations. More... | |
(nullable grpc_call *) | - unmanagedCallWithPath:completionQueue:callOptions: |
Create a grpc core call object (grpc_call) from this channel. More... | |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
Each separate instance of this class represents at least one TCP connection to the provided host.
- (nullable instancetype) initWithChannelConfiguration: | (GRPCChannelConfiguration *) | NS_DESIGNATED_INITIALIZER |
Create a channel with remote host and signature channelConfigurations.
+ (nullable instancetype) NS_UNAVAILABLE |
- (nullable instancetype) NS_UNAVAILABLE |
- (nullable grpc_call *) unmanagedCallWithPath: | (NSString *) | path | |
completionQueue: | (GRPCCompletionQueue *) | queue | |
callOptions: | (GRPCCallOptions *) | callOptions | |
Create a grpc core call object (grpc_call) from this channel.
If no call is created, NULL is returned.