Uses of Class
io.grpc.stub.AbstractStub
-
Packages that use AbstractStub 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 AbstractStub in io.grpc.channelz.v1
Subclasses of AbstractStub 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.static classChannelzGrpc.ChannelzFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.static classChannelzGrpc.ChannelzStubA stub to allow clients to do asynchronous rpc calls to service Channelz. -
Uses of AbstractStub in io.grpc.health.v1
Subclasses of AbstractStub 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.static classHealthGrpc.HealthFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Health.static classHealthGrpc.HealthStubA stub to allow clients to do asynchronous rpc calls to service Health. -
Uses of AbstractStub in io.grpc.lb.v1
Subclasses of AbstractStub 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.static classLoadBalancerGrpc.LoadBalancerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service LoadBalancer.static classLoadBalancerGrpc.LoadBalancerStubA stub to allow clients to do asynchronous rpc calls to service LoadBalancer. -
Uses of AbstractStub in io.grpc.reflection.v1
Subclasses of AbstractStub 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.static classServerReflectionGrpc.ServerReflectionFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection.static classServerReflectionGrpc.ServerReflectionStubA stub to allow clients to do asynchronous rpc calls to service ServerReflection. -
Uses of AbstractStub in io.grpc.reflection.v1alpha
Subclasses of AbstractStub 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.static classServerReflectionGrpc.ServerReflectionFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection.static classServerReflectionGrpc.ServerReflectionStubA stub to allow clients to do asynchronous rpc calls to service ServerReflection. -
Uses of AbstractStub in io.grpc.stub
Classes in io.grpc.stub with type parameters of type AbstractStub Modifier and Type Class Description classAbstractStub<S extends AbstractStub<S>>Common base type for stub implementations.static interfaceAbstractStub.StubFactory<T extends AbstractStub<T>>A factory class for stub.Subclasses of AbstractStub in io.grpc.stub Modifier and Type Class Description classAbstractAsyncStub<S extends AbstractAsyncStub<S>>Stub implementations for async stubs.classAbstractBlockingStub<S extends AbstractBlockingStub<S>>Stub implementations for blocking stubs.classAbstractFutureStub<S extends AbstractFutureStub<S>>Stub implementations for future stubs.Methods in io.grpc.stub with type parameters of type AbstractStub Modifier and Type Method Description static <T extends AbstractStub<T>>
TAbstractAsyncStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel)Returns a new async stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractAsyncStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions)Returns a new async stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractBlockingStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel)Returns a new blocking stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractBlockingStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions)Returns a new blocking stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractFutureStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel)Returns a new future stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractFutureStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions)Returns a new future stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel)Returns a new stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractStub. newStub(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions)Returns a new stub with the given channel for the provided method configurations.
-