Uses of Class
io.grpc.channelz.v1.SocketOption.Builder
Packages that use SocketOption.Builder
-
Uses of SocketOption.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type SocketOption.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> SocketData.Builder.optionBuilder_
Methods in io.grpc.channelz.v1 that return SocketOption.BuilderModifier and TypeMethodDescriptionSocketData.Builder.addOptionBuilder()
Socket options set on this socket.SocketData.Builder.addOptionBuilder
(int index) Socket options set on this socket.SocketOption.Builder.clear()
SocketOption.Builder.clearAdditional()
Additional data associated with the socket option.SocketOption.Builder.clearName()
The full name of the socket option.SocketOption.Builder.clearValue()
The human readable value of this socket option.SocketData.Builder.getOptionBuilder
(int index) Socket options set on this socket.SocketOption.Builder.mergeAdditional
(com.google.protobuf.Any value) Additional data associated with the socket option.SocketOption.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SocketOption.Builder.mergeFrom
(com.google.protobuf.Message other) SocketOption.Builder.mergeFrom
(SocketOption other) static SocketOption.Builder
SocketOption.newBuilder()
static SocketOption.Builder
SocketOption.newBuilder
(SocketOption prototype) SocketOption.newBuilderForType()
protected SocketOption.Builder
SocketOption.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) SocketOption.Builder.setAdditional
(com.google.protobuf.Any value) Additional data associated with the socket option.SocketOption.Builder.setAdditional
(com.google.protobuf.Any.Builder builderForValue) Additional data associated with the socket option.The full name of the socket option.SocketOption.Builder.setNameBytes
(com.google.protobuf.ByteString value) The full name of the socket option.The human readable value of this socket option.SocketOption.Builder.setValueBytes
(com.google.protobuf.ByteString value) The human readable value of this socket option.SocketOption.toBuilder()
Methods in io.grpc.channelz.v1 that return types with arguments of type SocketOption.BuilderModifier and TypeMethodDescriptionSocketData.Builder.getOptionBuilderList()
Socket options set on this socket.private com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> SocketData.Builder.getOptionFieldBuilder()
Methods in io.grpc.channelz.v1 with parameters of type SocketOption.BuilderModifier and TypeMethodDescriptionSocketData.Builder.addOption
(int index, SocketOption.Builder builderForValue) Socket options set on this socket.SocketData.Builder.addOption
(SocketOption.Builder builderForValue) Socket options set on this socket.SocketData.Builder.setOption
(int index, SocketOption.Builder builderForValue) Socket options set on this socket.