Go to the documentation of this file.
22 #pragma clang diagnostic push
23 #pragma clang diagnostic ignored "-Wnullability-completeness"
91 - (instancetype)initWithHost:(NSString *)host
93 requestsWriter:(
GRXWriter *)requestWriter;
104 + (void)setCallSafety:(GRPCCallSafety)callSafety host:(NSString *)host path:(NSString *)path;
107 - (void)setResponseDispatchQueue:(dispatch_queue_t)queue;
111 #pragma mark Backwards compatibiity
116 @property(nonatomic, readonly) NSUInteger
count;
118 - (id)objectForKeyedSubscript:(
id)key;
119 - (void)setObject:(
id)obj forKeyedSubscript:(
id)key;
122 - (void)removeObjectForKey:(
id)key;
125 #pragma clang diagnostic push
126 #pragma clang diagnostic ignored "-Wdeprecated"
130 #pragma clang diagnostic pop
131 #pragma clang diagnostic pop
NSTimeInterval timeout
Definition: GRPCCallLegacy.h:106
NSString * serverName
Definition: GRPCCallLegacy.h:105
NSDictionary * responseTrailers
Same as responseHeaders, but populated with the HTTP trailers received from the server before the cal...
Definition: GRPCCallLegacy.h:78
NSMutableDictionary * requestHeaders
The container of the request headers of an RPC conforms to this protocol, which is a subset of NSMuta...
Definition: GRPCCallLegacy.h:58
NSDictionary * responseHeaders
This dictionary is populated with the HTTP headers received from the server.
Definition: GRPCCallLegacy.h:69
This is the legacy interface of this gRPC library.
Definition: GRPCCallLegacy.h:30
void cancel()
Finishes the request side of this call, notifies the server that the RPC should be cancelled,...
instancetype NS_UNAVAILABLE()
An GRXWriter object can produce, on demand, a sequence of values.
Definition: GRXWriter.h:77
"The API for this feature is experimental, " "and might be removed or modified at any " "time." DEPRECATED_MSG_ATTRIBUTE()