GRPC Objective-C  1.26.0
Class Methods
GRPCCall(ChannelArg) Category Reference

The interface is deprecated. More...

#import <GRPCCall+ChannelArg.h>

Class Methods

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

Detailed Description

The interface is deprecated.

Please use GRPCCallOptions instead for corresponding configurations.

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.


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