Uses of Class
io.grpc.channelz.v1.SocketData
Packages that use SocketData
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of SocketData in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as SocketDataModifier and TypeFieldDescriptionprivate SocketDataSocket.Builder.data_private SocketDataSocket.data_private static final SocketDataSocketData.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type SocketDataModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<SocketData, SocketData.Builder, SocketDataOrBuilder> Socket.Builder.dataBuilder_private static final com.google.protobuf.Parser<SocketData> SocketData.PARSERMethods in io.grpc.channelz.v1 that return SocketDataModifier and TypeMethodDescriptionSocketData.Builder.build()SocketData.Builder.buildPartial()Socket.Builder.getData()Data specific to this Socket.Socket.getData()Data specific to this Socket.SocketOrBuilder.getData()Data specific to this Socket.static SocketDataSocketData.getDefaultInstance()SocketData.Builder.getDefaultInstanceForType()SocketData.getDefaultInstanceForType()static SocketDataSocketData.parseDelimitedFrom(InputStream input) static SocketDataSocketData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketDataSocketData.parseFrom(byte[] data) static SocketDataSocketData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketDataSocketData.parseFrom(com.google.protobuf.ByteString data) static SocketDataSocketData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketDataSocketData.parseFrom(com.google.protobuf.CodedInputStream input) static SocketDataSocketData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketDataSocketData.parseFrom(InputStream input) static SocketDataSocketData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketDataSocketData.parseFrom(ByteBuffer data) static SocketDataSocketData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type SocketDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SocketData> SocketData.getParserForType()private com.google.protobuf.SingleFieldBuilder<SocketData, SocketData.Builder, SocketDataOrBuilder> Socket.Builder.internalGetDataFieldBuilder()Data specific to this Socket.static com.google.protobuf.Parser<SocketData> SocketData.parser()Methods in io.grpc.channelz.v1 with parameters of type SocketDataModifier and TypeMethodDescriptionprivate voidSocketData.Builder.buildPartial0(SocketData result) private voidSocketData.Builder.buildPartialRepeatedFields(SocketData result) Socket.Builder.mergeData(SocketData value) Data specific to this Socket.SocketData.Builder.mergeFrom(SocketData other) static SocketData.BuilderSocketData.newBuilder(SocketData prototype) Socket.Builder.setData(SocketData value) Data specific to this Socket. -
Uses of SocketData in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return SocketDataModifier and TypeMethodDescription(package private) static SocketDataChannelzProtoUtil.extractSocketData(InternalChannelz.SocketStats socketStats)