Home
last modified time | relevance | path

Searched refs:BlockingResponseStream (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DClientCalls.java157 BlockingResponseStream<RespT> result = new BlockingResponseStream<RespT>(call); in blockingServerStreamingCall()
174 BlockingResponseStream<RespT> result = new BlockingResponseStream<RespT>(call, executor); in blockingServerStreamingCall()
523 private static final class BlockingResponseStream<T> implements Iterator<T> { class in ClientCalls
534 BlockingResponseStream(ClientCall<?, T> call) { in BlockingResponseStream() method in ClientCalls.BlockingResponseStream
539 BlockingResponseStream(ClientCall<?, T> call, ThreadlessExecutor threadless) { in BlockingResponseStream() method in ClientCalls.BlockingResponseStream
621 buffer.add(BlockingResponseStream.this); in onClose()