| 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<GetSocketRequest,GetSocketResponse> |
ChannelzGrpc.getGetSocketMethod() |
Parser<GetSocketRequest> |
GetSocketRequest.getParserForType() |
static Parser<GetSocketRequest> |
GetSocketRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetSocketResponse |
ChannelzGrpc.ChannelzBlockingStub.getSocket(GetSocketRequest request)
Returns a single Socket or else a NOT_FOUND code.
|
com.google.common.util.concurrent.ListenableFuture<GetSocketResponse> |
ChannelzGrpc.ChannelzFutureStub.getSocket(GetSocketRequest request)
Returns a single Socket or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzImplBase.getSocket(GetSocketRequest request,
StreamObserver<GetSocketResponse> responseObserver)
Returns a single Socket or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzStub.getSocket(GetSocketRequest request,
StreamObserver<GetSocketResponse> responseObserver)
Returns a single Socket or else a NOT_FOUND code.
|
GetSocketRequest.Builder |
GetSocketRequest.Builder.mergeFrom(GetSocketRequest other) |
static GetSocketRequest.Builder |
GetSocketRequest.newBuilder(GetSocketRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getSocket(GetSocketRequest request,
StreamObserver<GetSocketResponse> responseObserver)
Returns a socket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getSocket(GetSocketRequest request,
StreamObserver<GetSocketResponse> responseObserver)
Deprecated.
Returns a socket.
|