Home
last modified time | relevance | path

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

/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
DGrpcServerRuleTest.java60 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serverAllowsServicesToBeAddedViaServiceRegistry_withoutDirectExecutor()
79 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serviceIsNotRunOnSameThreadAsTest_withoutDirectExecutor()
110 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serverAllowsServicesToBeAddedViaServiceRegistry_withDirectExecutor()
129 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serviceIsRunOnSameThreadAsTest_withDirectExecutor()
/external/grpc-grpc-java/netty/shaded/src/testShadow/java/io/grpc/netty/shaded/
DShadingTest.java35 import io.grpc.testing.protobuf.SimpleServiceGrpc.SimpleServiceBlockingStub;
83 SimpleServiceBlockingStub stub = SimpleServiceGrpc.newBlockingStub(channel); in basic()
101 SimpleServiceBlockingStub stub = SimpleServiceGrpc.newBlockingStub(channel); in tcnative()
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java171 public static SimpleServiceBlockingStub newBlockingStub( in newBlockingStub()
173 return new SimpleServiceBlockingStub(channel); in newBlockingStub()
336 …public static final class SimpleServiceBlockingStub extends io.grpc.stub.AbstractStub<SimpleServic… class in SimpleServiceGrpc
337 private SimpleServiceBlockingStub(io.grpc.Channel channel) { in SimpleServiceBlockingStub() method in SimpleServiceGrpc.SimpleServiceBlockingStub
341 private SimpleServiceBlockingStub(io.grpc.Channel channel, in SimpleServiceBlockingStub() method in SimpleServiceGrpc.SimpleServiceBlockingStub
347 protected SimpleServiceBlockingStub build(io.grpc.Channel channel, in build()
349 return new SimpleServiceBlockingStub(channel, callOptions); in build()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DTlsTest.java179 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in basicClientServerIntegrationTest()
215 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in serverRejectsUntrustedClientCert()
256 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in noClientAuthFailure()
300 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in clientRejectsUntrustedServerCert()