Instance Methods | Class Methods | List of all members
GRPCChannel Class Reference

#import <GRPCChannel.h>

Inheritance diagram for GRPCChannel:
Inheritance graph
[legend]

Instance Methods

(nullable instancetype) - initWithChannelConfiguration:
 
(nullable instancetype) - NS_UNAVAILABLE
 
(nullable grpc_call *) - unmanagedCallWithPath:completionQueue:callOptions:
 

Class Methods

(nullable instancetype) + NS_UNAVAILABLE
 

Detailed Description

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

Definition at line 65 of file GRPCChannel.h.

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:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46