Class Methods | List of all members
GRPCCall(ChannelArg) Category Reference

#import <GRPCCall+ChannelArg.h>

Class Methods

("The API for this feature is experimental, " "and might be removed or modified at any " "time.") + DEPRECATED_MSG_ATTRIBUTE
 
(void) + enableRetry:forHost:
 
(void) + setDefaultCompressMethod:forhost:
 
(void) + setKeepaliveWithInterval:timeout:forHost:
 
(void) + setMinConnectTimeout:initialBackoff:maxBackoff:forHost:
 
(void) + setResponseSizeLimit:forHost:
 
(void) + setUserAgentPrefix:forHost:
 
(void) + setUserAgentSuffix:forHost:
 

Detailed Description

The interface is deprecated. Please use GRPCCallOptions instead for corresponding configurations.

Definition at line 26 of file GRPCCall+ChannelArg.h.

Method Documentation

◆ DEPRECATED_MSG_ATTRIBUTE

+ ("The API for this feature is experimental, " "and might be removed or modified at any " "time.") DEPRECATED_MSG_ATTRIBUTE

Extends class GRPCCall.

◆ enableRetry:forHost:

+ (void) enableRetry: (BOOL enabled
forHost: (nonnull NSString *)  host 

Extends class GRPCCall.

◆ setDefaultCompressMethod:forhost:

+ (void) setDefaultCompressMethod: (GRPCCompressAlgorithm algorithm
forhost: (nonnull NSString *)  host 

Extends class GRPCCall.

◆ setKeepaliveWithInterval:timeout:forHost:

+ (void) setKeepaliveWithInterval: (int interval
timeout: (int timeout
forHost: (nonnull NSString *)  host 

Extends class GRPCCall.

◆ setMinConnectTimeout:initialBackoff:maxBackoff:forHost:

+ (void) setMinConnectTimeout: (unsigned int timeout
initialBackoff: (unsigned int initialBackoff
maxBackoff: (unsigned int maxBackoff
forHost: (nonnull NSString *)  host 

Extends class GRPCCall.

◆ setResponseSizeLimit:forHost:

+ (void) setResponseSizeLimit: (NSUInteger)  limit
forHost: (nonnull NSString *)  host 

Extends class GRPCCall.

◆ setUserAgentPrefix:forHost:

+ (void) setUserAgentPrefix: (nonnull NSString *)  userAgentPrefix
forHost: (nonnull NSString *)  host 

Extends class GRPCCall.

◆ setUserAgentSuffix:forHost:

+ (void) setUserAgentSuffix: (nonnull NSString *)  userAgentSuffix
forHost: (nonnull NSString *)  host 

Extends class GRPCCall.


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


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