Uses of Class
io.envoyproxy.envoy.api.v2.core.SocketOption.Builder
Packages that use SocketOption.Builder
Package
Description
-
Uses of SocketOption.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return SocketOption.BuilderModifier and TypeMethodDescriptionListener.Builder.addSocketOptionsBuilder()Additional socket options that may not be present in Envoy source code or precompiled binaries.Listener.Builder.addSocketOptionsBuilder(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.Listener.Builder.getSocketOptionsBuilder(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type SocketOption.BuilderModifier and TypeMethodDescriptionListener.Builder.getSocketOptionsBuilderList()Additional socket options that may not be present in Envoy source code or precompiled binaries.Methods in io.envoyproxy.envoy.api.v2 with parameters of type SocketOption.BuilderModifier and TypeMethodDescriptionListener.Builder.addSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Listener.Builder.addSocketOptions(SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Listener.Builder.setSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries. -
Uses of SocketOption.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return SocketOption.BuilderModifier and TypeMethodDescriptionSocketOption.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BindConfig.Builder.addSocketOptionsBuilder()Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder.addSocketOptionsBuilder(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder.clear()SocketOption.Builder.clearBufValue()Otherwise it's a byte buffer.SocketOption.Builder.clearDescription()An optional name to give this socket option for debugging, etc.SocketOption.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SocketOption.Builder.clearIntValue()Because many sockopts take an int value.SocketOption.Builder.clearLevel()Corresponding to the level value passed to setsockopt, such as IPPROTO_TCPSocketOption.Builder.clearName()The numeric name as passed to setsockoptSocketOption.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SocketOption.Builder.clearState()The state in which the option will be applied.SocketOption.Builder.clearValue()SocketOption.Builder.clone()BindConfig.Builder.getSocketOptionsBuilder(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.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) final SocketOption.BuilderSocketOption.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SocketOption.BuilderSocketOption.newBuilder()static SocketOption.BuilderSocketOption.newBuilder(SocketOption prototype) SocketOption.newBuilderForType()protected SocketOption.BuilderSocketOption.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SocketOption.Builder.setBufValue(com.google.protobuf.ByteString value) Otherwise it's a byte buffer.SocketOption.Builder.setDescription(String value) An optional name to give this socket option for debugging, etc.SocketOption.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) An optional name to give this socket option for debugging, etc.SocketOption.Builder.setIntValue(long value) Because many sockopts take an int value.SocketOption.Builder.setLevel(long value) Corresponding to the level value passed to setsockopt, such as IPPROTO_TCPSocketOption.Builder.setName(long value) The numeric name as passed to setsockoptSocketOption.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SocketOption.Builder.setState(SocketOption.SocketState value) The state in which the option will be applied.SocketOption.Builder.setStateValue(int value) The state in which the option will be applied.final SocketOption.BuilderSocketOption.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SocketOption.toBuilder()Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type SocketOption.BuilderModifier and TypeMethodDescriptionBindConfig.Builder.getSocketOptionsBuilderList()Additional socket options that may not be present in Envoy source code or precompiled binaries.Methods in io.envoyproxy.envoy.api.v2.core with parameters of type SocketOption.BuilderModifier and TypeMethodDescriptionBindConfig.Builder.addSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder.addSocketOptions(SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder.setSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries. -
Uses of SocketOption.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return SocketOption.BuilderModifier and TypeMethodDescriptionAdmin.Builder.addSocketOptionsBuilder()Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptionsBuilder(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.getSocketOptionsBuilder(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return types with arguments of type SocketOption.BuilderModifier and TypeMethodDescriptionAdmin.Builder.getSocketOptionsBuilderList()Additional socket options that may not be present in Envoy source code or precompiled binaries.Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type SocketOption.BuilderModifier and TypeMethodDescriptionAdmin.Builder.addSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions(SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.setSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.