Uses of Class
io.grpc.channelz.v1.SocketOption
Packages that use SocketOption
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of SocketOption in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as SocketOptionFields in io.grpc.channelz.v1 with type parameters of type SocketOptionModifier and TypeFieldDescriptionprivate List<SocketOption> SocketData.Builder.option_private List<SocketOption> SocketData.option_private com.google.protobuf.RepeatedFieldBuilder<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> SocketData.Builder.optionBuilder_private static final com.google.protobuf.Parser<SocketOption> SocketOption.PARSERMethods in io.grpc.channelz.v1 that return SocketOptionModifier and TypeMethodDescriptionSocketOption.Builder.build()SocketOption.Builder.buildPartial()static SocketOptionSocketOption.getDefaultInstance()SocketOption.Builder.getDefaultInstanceForType()SocketOption.getDefaultInstanceForType()SocketData.Builder.getOption(int index) Socket options set on this socket.SocketData.getOption(int index) Socket options set on this socket.SocketDataOrBuilder.getOption(int index) Socket options set on this socket.static SocketOptionSocketOption.parseDelimitedFrom(InputStream input) static SocketOptionSocketOption.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketOptionSocketOption.parseFrom(byte[] data) static SocketOptionSocketOption.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketOptionSocketOption.parseFrom(com.google.protobuf.ByteString data) static SocketOptionSocketOption.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketOptionSocketOption.parseFrom(com.google.protobuf.CodedInputStream input) static SocketOptionSocketOption.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketOptionSocketOption.parseFrom(InputStream input) static SocketOptionSocketOption.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SocketOptionSocketOption.parseFrom(ByteBuffer data) static SocketOptionSocketOption.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type SocketOptionModifier and TypeMethodDescriptionSocketData.Builder.getOptionList()Socket options set on this socket.SocketData.getOptionList()Socket options set on this socket.SocketDataOrBuilder.getOptionList()Socket options set on this socket.com.google.protobuf.Parser<SocketOption> SocketOption.getParserForType()private com.google.protobuf.RepeatedFieldBuilder<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> SocketData.Builder.internalGetOptionFieldBuilder()static com.google.protobuf.Parser<SocketOption> SocketOption.parser()Methods in io.grpc.channelz.v1 with parameters of type SocketOptionModifier and TypeMethodDescriptionSocketData.Builder.addOption(int index, SocketOption value) Socket options set on this socket.SocketData.Builder.addOption(SocketOption value) Socket options set on this socket.private voidSocketOption.Builder.buildPartial0(SocketOption result) SocketOption.Builder.mergeFrom(SocketOption other) static SocketOption.BuilderSocketOption.newBuilder(SocketOption prototype) SocketData.Builder.setOption(int index, SocketOption value) Socket options set on this socket.Method parameters in io.grpc.channelz.v1 with type arguments of type SocketOptionModifier and TypeMethodDescriptionSocketData.Builder.addAllOption(Iterable<? extends SocketOption> values) Socket options set on this socket. -
Uses of SocketOption in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return SocketOptionModifier and TypeMethodDescription(package private) static SocketOptionChannelzProtoUtil.toSocketOptionAdditional(String name, String value) (package private) static SocketOptionChannelzProtoUtil.toSocketOptionLinger(int lingerSeconds) (package private) static SocketOptionChannelzProtoUtil.toSocketOptionTcpInfo(InternalChannelz.TcpInfo i) (package private) static SocketOptionChannelzProtoUtil.toSocketOptionTimeout(String name, int timeoutMillis) Methods in io.grpc.protobuf.services that return types with arguments of type SocketOptionModifier and TypeMethodDescription(package private) static List<SocketOption> ChannelzProtoUtil.toSocketOptionsList(InternalChannelz.SocketOptions options)