Searched defs:GRPCInterceptorFactory (Results 1 – 5 of 5) sorted by relevance
37 - (void)setTransportInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories;61 - (void)setTransportInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories {
166 - (instancetype)initWithServerAuthority:(NSString *)serverAuthority518 - (void)setInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)interceptorFactories {
25 @protocol GRPCInterceptorFactory; variable
28 + (void)registerGlobalInterceptor:(id<GRPCInterceptorFactory>)interceptorFactory {
38 - (instancetype)initWithFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories