Uses of Class
io.grpc.channelz.v1.GetSocketRequest
-
Packages that use GetSocketRequest 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. -
-
Uses of GetSocketRequest in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return types with arguments of type GetSocketRequest Modifier and Type Method Description static MethodDescriptor<GetSocketRequest,GetSocketResponse>ChannelzGrpc. getGetSocketMethod()Parser<GetSocketRequest>GetSocketRequest. getParserForType()static Parser<GetSocketRequest>GetSocketRequest. parser()Methods in io.grpc.channelz.v1 with parameters of type GetSocketRequest Modifier and Type Method Description default voidChannelzGrpc.AsyncService. getSocket(GetSocketRequest request, StreamObserver<GetSocketResponse> responseObserver)Returns a single Socket or else a NOT_FOUND code.GetSocketResponseChannelzGrpc.ChannelzBlockingStub. getSocket(GetSocketRequest request)Returns a single Socket or else a NOT_FOUND code.GetSocketResponseChannelzGrpc.ChannelzBlockingV2Stub. 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.voidChannelzGrpc.ChannelzStub. getSocket(GetSocketRequest request, StreamObserver<GetSocketResponse> responseObserver)Returns a single Socket or else a NOT_FOUND code.GetSocketRequest.BuilderGetSocketRequest.Builder. mergeFrom(GetSocketRequest other)static GetSocketRequest.BuilderGetSocketRequest. newBuilder(GetSocketRequest prototype) -
Uses of GetSocketRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetSocketRequest Modifier and Type Method Description voidChannelzService. getSocket(GetSocketRequest request, StreamObserver<GetSocketResponse> responseObserver)Returns a socket. -
Uses of GetSocketRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetSocketRequest Modifier and Type Method Description voidChannelzService. getSocket(GetSocketRequest request, StreamObserver<GetSocketResponse> responseObserver)Deprecated.Returns a socket.
-