aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-16 15:34:39 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-16 15:34:39 -0700
commitbf092064962664a1a949750c9f9b273f7d27c529 (patch)
treea91fa94f703d0b81a49bed32a7e497a36e82a527 /src/objective-c/GRPCClient/GRPCCall.h
parente69a7cc7f7497e67232843a3843f543740480c4e (diff)
Separate GRPCProtoResponseHandler from GRPCResponseHandler
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 304fb17cca..48f4514a06 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -157,10 +157,10 @@ extern id const kGRPCTrailersKey;
- (void)receivedInitialMetadata:(NSDictionary *)initialMetadata;
/**
- * Issued when a message is received from the server. The message may be raw data from the server
- * (when using \a GRPCCall2 directly) or deserialized proto object (when using \a ProtoRPC).
+ * Issued when a message is received from the server. The message is the raw data received from the
+ * server, with decompression and without proto deserialization.
*/
-- (void)receivedMessage:(id)message;
+- (void)receivedRawMessage:(id)message;
/**
* Issued when a call finished. If the call finished successfully, \a error is nil and \a