Uses of Class
io.grpc.stub.AbstractFutureStub
- 
Packages that use AbstractFutureStub 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 AbstractFutureStub in io.grpc.channelz.v1
Subclasses of AbstractFutureStub in io.grpc.channelz.v1 Modifier and Type Class Description static classChannelzGrpc.ChannelzFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Channelz. - 
Uses of AbstractFutureStub in io.grpc.health.v1
Subclasses of AbstractFutureStub in io.grpc.health.v1 Modifier and Type Class Description static classHealthGrpc.HealthFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Health. - 
Uses of AbstractFutureStub in io.grpc.lb.v1
Subclasses of AbstractFutureStub in io.grpc.lb.v1 Modifier and Type Class Description static classLoadBalancerGrpc.LoadBalancerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service LoadBalancer. - 
Uses of AbstractFutureStub in io.grpc.reflection.v1
Subclasses of AbstractFutureStub in io.grpc.reflection.v1 Modifier and Type Class Description static classServerReflectionGrpc.ServerReflectionFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection. - 
Uses of AbstractFutureStub in io.grpc.reflection.v1alpha
Subclasses of AbstractFutureStub in io.grpc.reflection.v1alpha Modifier and Type Class Description static classServerReflectionGrpc.ServerReflectionFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection. - 
Uses of AbstractFutureStub in io.grpc.stub
Classes in io.grpc.stub with type parameters of type AbstractFutureStub Modifier and Type Class Description classAbstractFutureStub<S extends AbstractFutureStub<S>>Stub implementations for future stubs. 
 -