Uses of Class
io.envoyproxy.envoy.config.core.v3.SocketOption.Builder
Packages that use SocketOption.Builder
Package
Description
-
Uses of SocketOption.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 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.v3 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.v3 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. -
Uses of SocketOption.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 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.SocketOptionsOverride.Builder.addSocketOptionsBuilder()repeated .envoy.config.core.v3.SocketOption socket_options = 1;SocketOptionsOverride.Builder.addSocketOptionsBuilder(int index) repeated .envoy.config.core.v3.SocketOption socket_options = 1;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.clearType()Apply the socket option to the specified `socket type <https://linux.die.net/man/2/socket>`_.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.SocketOptionsOverride.Builder.getSocketOptionsBuilder(int index) repeated .envoy.config.core.v3.SocketOption socket_options = 1;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) SocketOption.Builder.mergeType(SocketOption.SocketType value) Apply the socket option to the specified `socket type <https://linux.die.net/man/2/socket>`_.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.SocketOption.Builder.setType(SocketOption.SocketType value) Apply the socket option to the specified `socket type <https://linux.die.net/man/2/socket>`_.SocketOption.Builder.setType(SocketOption.SocketType.Builder builderForValue) Apply the socket option to the specified `socket type <https://linux.die.net/man/2/socket>`_.final SocketOption.BuilderSocketOption.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SocketOption.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 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.SocketOptionsOverride.Builder.getSocketOptionsBuilderList()repeated .envoy.config.core.v3.SocketOption socket_options = 1;Methods in io.envoyproxy.envoy.config.core.v3 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.SocketOptionsOverride.Builder.addSocketOptions(int index, SocketOption.Builder builderForValue) repeated .envoy.config.core.v3.SocketOption socket_options = 1;SocketOptionsOverride.Builder.addSocketOptions(SocketOption.Builder builderForValue) repeated .envoy.config.core.v3.SocketOption socket_options = 1;BindConfig.Builder.setSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOptionsOverride.Builder.setSocketOptions(int index, SocketOption.Builder builderForValue) repeated .envoy.config.core.v3.SocketOption socket_options = 1; -
Uses of SocketOption.Builder in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 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.config.listener.v3 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.config.listener.v3 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.