Searched refs:withInterceptors (Results 1 – 4 of 4) sorted by relevance
49 return stub.withInterceptors(newAttachHeadersInterceptor(extraHeaders)); in attachHeaders()107 return stub.withInterceptors( in captureMetadata()
184 public final S withInterceptors(ClientInterceptor... interceptors) { in withInterceptors() method in AbstractStub
110 .withInterceptors(clientInterceptor); in serverHeaderDeliveredToClient()
288 TestServiceGrpc.newBlockingStub(channel).withInterceptors(tracerSetupInterceptor); in setUp()289 asyncStub = TestServiceGrpc.newStub(channel).withInterceptors(tracerSetupInterceptor); in setUp()293 blockingStub = blockingStub.withInterceptors(additionalInterceptors); in setUp()294 asyncStub = asyncStub.withInterceptors(additionalInterceptors); in setUp()1584 UnimplementedServiceGrpc.newBlockingStub(channel).withInterceptors(tracerSetupInterceptor); in unimplementedService()