| 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<GetChannelRequest,GetChannelResponse> |
ChannelzGrpc.getGetChannelMethod() |
Parser<GetChannelRequest> |
GetChannelRequest.getParserForType() |
static Parser<GetChannelRequest> |
GetChannelRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResponse |
ChannelzGrpc.ChannelzBlockingStub.getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.
|
com.google.common.util.concurrent.ListenableFuture<GetChannelResponse> |
ChannelzGrpc.ChannelzFutureStub.getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzImplBase.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzStub.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.
|
GetChannelRequest.Builder |
GetChannelRequest.Builder.mergeFrom(GetChannelRequest other) |
static GetChannelRequest.Builder |
GetChannelRequest.newBuilder(GetChannelRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Returns a top level channel aka
ManagedChannel. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Deprecated.
Returns a top level channel aka
ManagedChannel. |