GRPC Objective-C  1.39.1
Instance Methods | Class Methods
GRPCChannel Class Reference

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
 

Detailed Description

Each separate instance of this class represents at least one TCP connection to the provided host.

Method Documentation

◆ initWithChannelConfiguration:

- (nullable instancetype) initWithChannelConfiguration: (GRPCChannelConfiguration *)  NS_DESIGNATED_INITIALIZER

Create a channel with remote host and signature channelConfigurations.

◆ NS_UNAVAILABLE [1/2]

+ (nullable instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE [2/2]

- (nullable instancetype) NS_UNAVAILABLE

◆ unmanagedCallWithPath:completionQueue:callOptions:

- (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.


The documentation for this class was generated from the following file: