Class ServerReflectionGrpc.ServerReflectionFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<ServerReflectionGrpc.ServerReflectionFutureStub>
io.grpc.stub.AbstractFutureStub<ServerReflectionGrpc.ServerReflectionFutureStub>
io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionFutureStub
- Enclosing class:
ServerReflectionGrpc
public static final class ServerReflectionGrpc.ServerReflectionFutureStub
extends AbstractFutureStub<ServerReflectionGrpc.ServerReflectionFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection.
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractStub
AbstractStub.StubFactory<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateServerReflectionFutureStub(Channel channel, CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(Channel channel, CallOptions callOptions) Returns a new stub with the given channel for the provided method configurations.Methods inherited from class AbstractFutureStub
newStub, newStub
-
Constructor Details
-
ServerReflectionFutureStub
-
-
Method Details
-
build
protected ServerReflectionGrpc.ServerReflectionFutureStub build(Channel channel, CallOptions callOptions) Description copied from class:AbstractStubReturns a new stub with the given channel for the provided method configurations.- Specified by:
buildin classAbstractStub<ServerReflectionGrpc.ServerReflectionFutureStub>- Parameters:
channel- the channel that this stub will use to do communicationscallOptions- the runtime call options to be applied to every call on this stub
-