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 GetServerSocketsRequest
GetServerSocketsRequest.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetServerSocketsRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor
<GetServerSocketsRequest, GetServerSocketsResponse> ChannelzGrpc.getGetServerSocketsMethod
private static final com.google.protobuf.Parser
<GetServerSocketsRequest> GetServerSocketsRequest.PARSER
Methods in io.grpc.channelz.v1 that return GetServerSocketsRequestModifier and TypeMethodDescriptionGetServerSocketsRequest.Builder.build()
GetServerSocketsRequest.Builder.buildPartial()
static GetServerSocketsRequest
GetServerSocketsRequest.getDefaultInstance()
GetServerSocketsRequest.Builder.getDefaultInstanceForType()
GetServerSocketsRequest.getDefaultInstanceForType()
static GetServerSocketsRequest
GetServerSocketsRequest.parseDelimitedFrom
(InputStream input) static GetServerSocketsRequest
GetServerSocketsRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(byte[] data) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(com.google.protobuf.ByteString data) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(InputStream input) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerSocketsRequest
GetServerSocketsRequest.parseFrom
(ByteBuffer data) static GetServerSocketsRequest
GetServerSocketsRequest.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 void
GetServerSocketsRequest.Builder.buildPartial0
(GetServerSocketsRequest result) default void
ChannelzGrpc.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.void
ChannelzGrpc.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 TypeMethodDescriptionvoid
ChannelzService.getServerSockets
(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver) -
Uses of GetServerSocketsRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetServerSocketsRequestModifier and TypeMethodDescriptionvoid
ChannelzService.getServerSockets
(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver) Deprecated.