#import <GRPCChannel.h>
Instance Methods | |
(nullable instancetype) | - initWithChannelConfiguration: |
(nullable instancetype) | - NS_UNAVAILABLE |
(nullable grpc_call *) | - unmanagedCallWithPath:completionQueue:callOptions: |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
Each separate instance of this class represents at least one TCP connection to the provided host.
Definition at line 65 of file GRPCChannel.h.
- (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.