| Package | Description |
|---|---|
| io.grpc.protobuf.services |
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
|
| io.grpc.reflection.v1alpha |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<ServerReflectionRequest> |
ProtoReflectionService.serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver) |
| Modifier and Type | Method and Description |
|---|---|
ServerReflectionResponse |
ServerReflectionResponse.Builder.build() |
ServerReflectionResponse |
ServerReflectionResponse.Builder.buildPartial() |
static ServerReflectionResponse |
ServerReflectionResponse.getDefaultInstance() |
ServerReflectionResponse |
ServerReflectionResponse.getDefaultInstanceForType() |
ServerReflectionResponse |
ServerReflectionResponse.Builder.getDefaultInstanceForType() |
static ServerReflectionResponse |
ServerReflectionResponse.parseDelimitedFrom(InputStream input) |
static ServerReflectionResponse |
ServerReflectionResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(byte[] data) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(ByteBuffer data) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(com.google.protobuf.ByteString data) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(InputStream input) |
static ServerReflectionResponse |
ServerReflectionResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ServerReflectionResponse> |
ServerReflectionResponse.getParserForType() |
static io.grpc.MethodDescriptor<ServerReflectionRequest,ServerReflectionResponse> |
ServerReflectionGrpc.getServerReflectionInfoMethod() |
static com.google.protobuf.Parser<ServerReflectionResponse> |
ServerReflectionResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
ServerReflectionResponse.Builder |
ServerReflectionResponse.Builder.mergeFrom(ServerReflectionResponse other) |
static ServerReflectionResponse.Builder |
ServerReflectionResponse.newBuilder(ServerReflectionResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default io.grpc.stub.StreamObserver<ServerReflectionRequest> |
ServerReflectionGrpc.AsyncService.serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
|
io.grpc.stub.StreamObserver<ServerReflectionRequest> |
ServerReflectionGrpc.ServerReflectionStub.serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
|