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
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type SocketOption.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> Admin.Builder.socketOptionsBuilder_
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.private com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> Admin.Builder.getSocketOptionsFieldBuilder()
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
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type SocketOption.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> BindConfig.Builder.socketOptionsBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> SocketOptionsOverride.Builder.socketOptionsBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return SocketOption.BuilderModifier and TypeMethodDescriptionBindConfig.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.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.clearState()
The state in which the option will be applied.SocketOption.Builder.clearValue()
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) 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.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.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.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;
private com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> BindConfig.Builder.getSocketOptionsFieldBuilder()
private com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> SocketOptionsOverride.Builder.getSocketOptionsFieldBuilder()
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
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type SocketOption.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> Listener.Builder.socketOptionsBuilder_
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.private com.google.protobuf.RepeatedFieldBuilder
<SocketOption, SocketOption.Builder, SocketOptionOrBuilder> Listener.Builder.getSocketOptionsFieldBuilder()
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.