Uses of Class
io.grpc.stub.AbstractBlockingStub
-
Packages that use AbstractBlockingStub Package Description io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.lb.v1 io.grpc.reflection.v1 io.grpc.reflection.v1alpha io.grpc.stub API for the Stub layer. -
-
Uses of AbstractBlockingStub in io.grpc.channelz.v1
Subclasses of AbstractBlockingStub in io.grpc.channelz.v1 Modifier and Type Class Description static classChannelzGrpc.ChannelzBlockingStubA stub to allow clients to do limited synchronous rpc calls to service Channelz.static classChannelzGrpc.ChannelzBlockingV2StubA stub to allow clients to do synchronous rpc calls to service Channelz. -
Uses of AbstractBlockingStub in io.grpc.health.v1
Subclasses of AbstractBlockingStub in io.grpc.health.v1 Modifier and Type Class Description static classHealthGrpc.HealthBlockingStubA stub to allow clients to do limited synchronous rpc calls to service Health.static classHealthGrpc.HealthBlockingV2StubA stub to allow clients to do synchronous rpc calls to service Health. -
Uses of AbstractBlockingStub in io.grpc.lb.v1
Subclasses of AbstractBlockingStub in io.grpc.lb.v1 Modifier and Type Class Description static classLoadBalancerGrpc.LoadBalancerBlockingStubA stub to allow clients to do limited synchronous rpc calls to service LoadBalancer.static classLoadBalancerGrpc.LoadBalancerBlockingV2StubA stub to allow clients to do synchronous rpc calls to service LoadBalancer. -
Uses of AbstractBlockingStub in io.grpc.reflection.v1
Subclasses of AbstractBlockingStub in io.grpc.reflection.v1 Modifier and Type Class Description static classServerReflectionGrpc.ServerReflectionBlockingStubA stub to allow clients to do limited synchronous rpc calls to service ServerReflection.static classServerReflectionGrpc.ServerReflectionBlockingV2StubA stub to allow clients to do synchronous rpc calls to service ServerReflection. -
Uses of AbstractBlockingStub in io.grpc.reflection.v1alpha
Subclasses of AbstractBlockingStub in io.grpc.reflection.v1alpha Modifier and Type Class Description static classServerReflectionGrpc.ServerReflectionBlockingStubA stub to allow clients to do limited synchronous rpc calls to service ServerReflection.static classServerReflectionGrpc.ServerReflectionBlockingV2StubA stub to allow clients to do synchronous rpc calls to service ServerReflection. -
Uses of AbstractBlockingStub in io.grpc.stub
Classes in io.grpc.stub with type parameters of type AbstractBlockingStub Modifier and Type Class Description classAbstractBlockingStub<S extends AbstractBlockingStub<S>>Stub implementations for blocking stubs.
-