Uses of Class
io.grpc.channelz.v1.GetServerSocketsRequest
-
Packages that use GetServerSocketsRequest 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 GetServerSocketsRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetServerSocketsRequest Modifier and Type Field Description private static GetServerSocketsRequest
GetServerSocketsRequest. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetServerSocketsRequest Modifier and Type Field Description private static MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse>
ChannelzGrpc. getGetServerSocketsMethod
private static com.google.protobuf.Parser<GetServerSocketsRequest>
GetServerSocketsRequest. PARSER
Methods in io.grpc.channelz.v1 that return GetServerSocketsRequest Modifier and Type Method Description GetServerSocketsRequest
GetServerSocketsRequest.Builder. build()
GetServerSocketsRequest
GetServerSocketsRequest.Builder. buildPartial()
static GetServerSocketsRequest
GetServerSocketsRequest. getDefaultInstance()
GetServerSocketsRequest
GetServerSocketsRequest.Builder. getDefaultInstanceForType()
GetServerSocketsRequest
GetServerSocketsRequest. getDefaultInstanceForType()
static GetServerSocketsRequest
GetServerSocketsRequest. parseDelimitedFrom(java.io.InputStream input)
static GetServerSocketsRequest
GetServerSocketsRequest. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static GetServerSocketsRequest
GetServerSocketsRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServerSocketsRequest
GetServerSocketsRequest. parseFrom(java.nio.ByteBuffer data)
static GetServerSocketsRequest
GetServerSocketsRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type GetServerSocketsRequest Modifier and Type Method Description static MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse>
ChannelzGrpc. 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 GetServerSocketsRequest Modifier and Type Method Description private 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.GetServerSocketsResponse
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
GetServerSocketsRequest.Builder. mergeFrom(GetServerSocketsRequest other)
static GetServerSocketsRequest.Builder
GetServerSocketsRequest. newBuilder(GetServerSocketsRequest prototype)
-
Uses of GetServerSocketsRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetServerSocketsRequest Modifier and Type Method Description void
ChannelzService. getServerSockets(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver)
-
Uses of GetServerSocketsRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetServerSocketsRequest Modifier and Type Method Description void
ChannelzService. getServerSockets(GetServerSocketsRequest request, StreamObserver<GetServerSocketsResponse> responseObserver)
Deprecated.
-