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 class
ChannelzGrpc.ChannelzBlockingStub
A stub to allow clients to do synchronous rpc calls to service Channelz.static class
ChannelzGrpc.ChannelzFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.static class
ChannelzGrpc.ChannelzStub
A 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 class
HealthGrpc.HealthBlockingStub
A stub to allow clients to do synchronous rpc calls to service Health.static class
HealthGrpc.HealthFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Health.static class
HealthGrpc.HealthStub
A 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 class
LoadBalancerGrpc.LoadBalancerBlockingStub
A stub to allow clients to do synchronous rpc calls to service LoadBalancer.static class
LoadBalancerGrpc.LoadBalancerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service LoadBalancer.static class
LoadBalancerGrpc.LoadBalancerStub
A 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 class
ServerReflectionGrpc.ServerReflectionBlockingStub
A stub to allow clients to do synchronous rpc calls to service ServerReflection.static class
ServerReflectionGrpc.ServerReflectionFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection.static class
ServerReflectionGrpc.ServerReflectionStub
A 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 class
ServerReflectionGrpc.ServerReflectionBlockingStub
A stub to allow clients to do synchronous rpc calls to service ServerReflection.static class
ServerReflectionGrpc.ServerReflectionFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection.static class
ServerReflectionGrpc.ServerReflectionStub
A 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 class
AbstractStub<S extends AbstractStub<S>>
Common base type for stub implementations.static interface
AbstractStub.StubFactory<T extends AbstractStub<T>>
A factory class for stub.Subclasses of AbstractStub in io.grpc.stub Modifier and Type Class Description class
AbstractAsyncStub<S extends AbstractAsyncStub<S>>
Stub implementations for async stubs.class
AbstractBlockingStub<S extends AbstractBlockingStub<S>>
Stub implementations for blocking stubs.class
AbstractFutureStub<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.
-