public static final class ServerReflectionGrpc.ServerReflectionStub extends AbstractAsyncStub<ServerReflectionGrpc.ServerReflectionStub>
AbstractStub.StubFactory<T extends AbstractStub<T>>| Modifier and Type | Method and Description |
|---|---|
protected ServerReflectionGrpc.ServerReflectionStub |
build(Channel channel,
CallOptions callOptions)
Returns a new stub with the given channel for the provided method configurations.
|
StreamObserver<ServerReflectionRequest> |
serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
|
newStub, newStubgetCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected ServerReflectionGrpc.ServerReflectionStub build(Channel channel, CallOptions callOptions)
AbstractStubbuild in class AbstractStub<ServerReflectionGrpc.ServerReflectionStub>channel - the channel that this stub will use to do communicationscallOptions - the runtime call options to be applied to every call on this stubpublic StreamObserver<ServerReflectionRequest> serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.