Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java395 …tub.StreamObserver<io.grpc.testing.integration.Messages.StreamingOutputCallRequest> halfDuplexCall( in halfDuplexCall() method in TestServiceGrpc.TestServiceImplBase
575 …tub.StreamObserver<io.grpc.testing.integration.Messages.StreamingOutputCallRequest> halfDuplexCall( in halfDuplexCall() method in TestServiceGrpc.TestServiceStub
805 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.halfDuplexCall( in invoke()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceImpl.java211 public StreamObserver<Messages.StreamingOutputCallRequest> halfDuplexCall(
DAbstractInteropTest.java862 StreamObserver<StreamingOutputCallRequest> requestStream = asyncStub.halfDuplexCall(recorder); in halfDuplexCallShouldSucceed()