| Package | Description |
|---|---|
| io.grpc.channelz.v1 | |
| io.grpc.protobuf.services |
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
|
| io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor<GetServersRequest,GetServersResponse> |
ChannelzGrpc.getGetServersMethod() |
Parser<GetServersRequest> |
GetServersRequest.getParserForType() |
static Parser<GetServersRequest> |
GetServersRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetServersResponse |
ChannelzGrpc.ChannelzBlockingStub.getServers(GetServersRequest request)
Gets all servers that exist in the process.
|
com.google.common.util.concurrent.ListenableFuture<GetServersResponse> |
ChannelzGrpc.ChannelzFutureStub.getServers(GetServersRequest request)
Gets all servers that exist in the process.
|
void |
ChannelzGrpc.ChannelzImplBase.getServers(GetServersRequest request,
StreamObserver<GetServersResponse> responseObserver)
Gets all servers that exist in the process.
|
void |
ChannelzGrpc.ChannelzStub.getServers(GetServersRequest request,
StreamObserver<GetServersResponse> responseObserver)
Gets all servers that exist in the process.
|
GetServersRequest.Builder |
GetServersRequest.Builder.mergeFrom(GetServersRequest other) |
static GetServersRequest.Builder |
GetServersRequest.newBuilder(GetServersRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServers(GetServersRequest request,
StreamObserver<GetServersResponse> responseObserver)
Returns servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServers(GetServersRequest request,
StreamObserver<GetServersResponse> responseObserver)
Deprecated.
Returns servers.
|