aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCHost.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-18 16:05:18 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-18 16:05:18 -0700
commit4201ad1681064d591f6a47fa5b3c6f824cb7cecb (patch)
tree47d76c1e76e0571719182f527518cb626758eb1a /src/objective-c/GRPCClient/private/GRPCHost.h
parentb9e522420741024e05f8ef3ccde7fbeeaaea2234 (diff)
add callOptionsForHost: to GRPCHost
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCHost.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.h b/src/objective-c/GRPCClient/private/GRPCHost.h
index e321363bcb..f1d5719642 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.h
+++ b/src/objective-c/GRPCClient/private/GRPCHost.h
@@ -66,9 +66,7 @@ struct grpc_channel_credentials;
@property(atomic, readwrite) GRPCTransportType transportType;
-@property(readonly) GRPCCallOptions *callOptions;
-
-+ (BOOL)isHostConfigured:(NSString *)address;
++ (GRPCCallOptions *)callOptionsForHost:(NSString *)host;
@end