Go to the documentation of this file.
39 - (instancetype)initWithHost:(NSString *)host
41 requestsWriter:(
GRXWriter *)requestsWriter
42 responseClass:(Class)responseClass
43 responsesWriteable:(
id<
GRXWriteable>)responsesWriteable NS_DESIGNATED_INITIALIZER;
53 #pragma clang diagnostic push
54 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
56 #pragma clang diagnostic pop
64 NSError *
ErrorForBadProto(
id proto, Class expectedClass, NSError *parsingError);
__attribute__(void) start
host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the ...
This subclass is empty now.
Definition: ProtoRPCLegacy.h:55
This subclass is empty now.
Definition: ProtoMethod.h:44
NSError * ErrorForBadProto(id proto, Class expectedClass, NSError *parsingError)
Generate an NSError object that represents a failure in parsing a proto class.
This is the legacy interface of this gRPC library.
Definition: GRPCCallLegacy.h:30
Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of ...
Definition: GRXWriteable.h:47
An GRXWriter object can produce, on demand, a sequence of values.
Definition: GRXWriter.h:77