Uses of Class
io.grpc.channelz.v1.GetServerSocketsRequest
Packages that use GetServerSocketsRequest
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
-
Uses of GetServerSocketsRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetServerSocketsRequestModifier and TypeFieldDescriptionprivate static final GetServerSocketsRequestGetServerSocketsRequest.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type GetServerSocketsRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor<GetServerSocketsRequest, GetServerSocketsResponse> ChannelzGrpc.getGetServerSocketsMethodprivate static final com.google.protobuf.Parser<GetServerSocketsRequest> GetServerSocketsRequest.PARSERMethods in io.grpc.channelz.v1 that return GetServerSocketsRequestModifier and TypeMethodDescriptionGetServerSocketsRequest.Builder.build()GetServerSocketsRequest.Builder.buildPartial()static GetServerSocketsRequestGetServerSocketsRequest.getDefaultInstance()GetServerSocketsRequest.Builder.getDefaultInstanceForType()GetServerSocketsRequest.getDefaultInstanceForType()static GetServerSocketsRequestGetServerSocketsRequest.parseDelimitedFrom(InputStream input) static GetServerSocketsRequestGetServerSocketsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(byte[] data) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(com.google.protobuf.ByteString data) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(com.google.protobuf.CodedInputStream input) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(InputStream input) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(ByteBuffer data) static GetServerSocketsRequestGetServerSocketsRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetServerSocketsRequestModifier and TypeMethodDescriptionChannelzGrpc.getGetServerSocketsMethod()com.google.protobuf.Parser<GetServerSocketsRequest> GetServerSocketsRequest.getParserForType()static com.google.protobuf.Parser<GetServerSocketsRequest> GetServerSocketsRequest.parser()Methods in io.grpc.channelz.v1 with parameters of type GetServerSocketsRequestModifier and TypeMethodDescriptionprivate voidGetServerSocketsRequest.Builder.buildPartial0(GetServerSocketsRequest result) default voidChannelzGrpc.AsyncService.getServerSockets(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver) Gets all server sockets that exist in the process.ChannelzGrpc.ChannelzBlockingStub.getServerSockets(GetServerSocketsRequest request) Gets all server sockets that exist in the process.com.google.common.util.concurrent.ListenableFuture<GetServerSocketsResponse> ChannelzGrpc.ChannelzFutureStub.getServerSockets(GetServerSocketsRequest request) Gets all server sockets that exist in the process.voidChannelzGrpc.ChannelzStub.getServerSockets(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver) Gets all server sockets that exist in the process.GetServerSocketsRequest.Builder.mergeFrom(GetServerSocketsRequest other) GetServerSocketsRequest.newBuilder(GetServerSocketsRequest prototype) -
Uses of GetServerSocketsRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetServerSocketsRequestModifier and TypeMethodDescriptionvoidChannelzService.getServerSockets(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver) -
Uses of GetServerSocketsRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetServerSocketsRequestModifier and TypeMethodDescriptionvoidChannelzService.getServerSockets(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver) Deprecated.