#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: |
The interface is deprecated. Please use GRPCCallOptions instead for corresponding configurations.
Definition at line 26 of file GRPCCall+ChannelArg.h.
+ ("The API for this feature is experimental, " "and might be removed or modified at any " "time.") DEPRECATED_MSG_ATTRIBUTE |
Extends class GRPCCall.
+ (void) setDefaultCompressMethod: | (GRPCCompressAlgorithm) | algorithm | |
forhost: | (nonnull NSString *) | host | |
Extends class GRPCCall.
+ (void) setKeepaliveWithInterval: | (int) | interval | |
timeout: | (int) | timeout | |
forHost: | (nonnull NSString *) | host | |
Extends class GRPCCall.
+ (void) setMinConnectTimeout: | (unsigned int) | timeout | |
initialBackoff: | (unsigned int) | initialBackoff | |
maxBackoff: | (unsigned int) | maxBackoff | |
forHost: | (nonnull NSString *) | host | |
Extends class GRPCCall.
+ (void) setResponseSizeLimit: | (NSUInteger) | limit | |
forHost: | (nonnull NSString *) | host | |
Extends class GRPCCall.
+ (void) setUserAgentPrefix: | (nonnull NSString *) | userAgentPrefix | |
forHost: | (nonnull NSString *) | host | |
Extends class GRPCCall.
+ (void) setUserAgentSuffix: | (nonnull NSString *) | userAgentSuffix | |
forHost: | (nonnull NSString *) | host | |
Extends class GRPCCall.