Uses of Class
io.grpc.stub.AbstractStub
Packages that use AbstractStub
-
Uses of AbstractStub in com.google.devtools.build.v1
Subclasses of AbstractStub in com.google.devtools.build.v1Modifier and TypeClassDescriptionstatic final classA stub to allow clients to do synchronous rpc calls to service PublishBuildEvent.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service PublishBuildEvent.static final classA stub to allow clients to do asynchronous rpc calls to service PublishBuildEvent. -
Uses of AbstractStub in io.grpc.stub
Classes in io.grpc.stub with type parameters of type AbstractStubModifier and TypeClassDescriptionclassAbstractStub<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.stubModifier and TypeClassDescriptionclassAbstractAsyncStub<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 AbstractStubModifier and TypeMethodDescriptionstatic <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.