Instance Methods | Class Methods | Properties | List of all members
GRPCChannelConfiguration Class Reference

#import <GRPCChannel.h>

Inheritance diagram for GRPCChannelConfiguration:
Inheritance graph
[legend]

Instance Methods

(nullable instancetype) - initWithHost:callOptions:
 
(instancetype) - NS_UNAVAILABLE
 

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Properties

GRPCCallOptionscallOptions
 
NSDictionary * channelArgs
 
id< GRPCChannelFactorychannelFactory
 
NSString * host
 

Detailed Description

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.

Definition at line 36 of file GRPCChannel.h.

Method Documentation

◆ initWithHost:callOptions:

- (nullable instancetype) initWithHost: (NSString *)  host
callOptions: (GRPCCallOptions *)  NS_DESIGNATED_INITIALIZER 

◆ NS_UNAVAILABLE [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE [2/2]

+ (instancetype) NS_UNAVAILABLE

Property Documentation

◆ callOptions

- (GRPCCallOptions*) callOptions
readatomicassign

Options of the corresponding call. Note that only the channel-related options are of interest to this class.

Definition at line 49 of file GRPCChannel.h.

◆ channelArgs

- (NSDictionary*) channelArgs
readatomiccopy

Acquire the dictionary of channel args with current configurations.

Definition at line 55 of file GRPCChannel.h.

◆ channelFactory

- (id<GRPCChannelFactory>) channelFactory
readatomicassign

Acquire the factory to generate a new channel with current configurations.

Definition at line 52 of file GRPCChannel.h.

◆ host

- (NSString*) host
readatomiccopy

The host that this channel is connected to.

Definition at line 43 of file GRPCChannel.h.


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


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