Uses of Class
io.envoyproxy.envoy.config.core.v3.SocketOption.Builder
-
Packages that use SocketOption.Builder Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 -
-
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.Builder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<SocketOption,SocketOption.Builder,SocketOptionOrBuilder>
Admin.Builder. socketOptionsBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return SocketOption.Builder Modifier and Type Method Description SocketOption.Builder
Admin.Builder. addSocketOptionsBuilder()
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder
Admin.Builder. addSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder
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.Builder Modifier and Type Method Description java.util.List<SocketOption.Builder>
Admin.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.Builder Modifier and Type Method Description Admin.Builder
Admin.Builder. addSocketOptions(int index, SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder
Admin.Builder. addSocketOptions(SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description SocketOption.Builder
BindConfig.Builder. addSocketOptionsBuilder()
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder
BindConfig.Builder. addSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder
SocketOptionsOverride.Builder. addSocketOptionsBuilder()
repeated .envoy.config.core.v3.SocketOption socket_options = 1;
SocketOption.Builder
SocketOptionsOverride.Builder. addSocketOptionsBuilder(int index)
repeated .envoy.config.core.v3.SocketOption socket_options = 1;
SocketOption.Builder
SocketOption.Builder. clear()
SocketOption.Builder
SocketOption.Builder. clearBufValue()
Otherwise it's a byte buffer.SocketOption.Builder
SocketOption.Builder. clearDescription()
An optional name to give this socket option for debugging, etc.SocketOption.Builder
SocketOption.Builder. clearIntValue()
Because many sockopts take an int value.SocketOption.Builder
SocketOption.Builder. clearLevel()
Corresponding to the level value passed to setsockopt, such as IPPROTO_TCPSocketOption.Builder
SocketOption.Builder. clearName()
The numeric name as passed to setsockoptSocketOption.Builder
SocketOption.Builder. clearState()
The state in which the option will be applied.SocketOption.Builder
SocketOption.Builder. clearValue()
SocketOption.Builder
BindConfig.Builder. getSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder
SocketOptionsOverride.Builder. getSocketOptionsBuilder(int index)
repeated .envoy.config.core.v3.SocketOption socket_options = 1;
SocketOption.Builder
SocketOption.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SocketOption.Builder
SocketOption.Builder. mergeFrom(com.google.protobuf.Message other)
SocketOption.Builder
SocketOption.Builder. mergeFrom(SocketOption other)
static SocketOption.Builder
SocketOption. newBuilder()
static SocketOption.Builder
SocketOption. newBuilder(SocketOption prototype)
SocketOption.Builder
SocketOption. newBuilderForType()
protected SocketOption.Builder
SocketOption. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
SocketOption.Builder
SocketOption.Builder. setBufValue(com.google.protobuf.ByteString value)
Otherwise it's a byte buffer.SocketOption.Builder
SocketOption.Builder. setDescription(java.lang.String value)
An optional name to give this socket option for debugging, etc.SocketOption.Builder
SocketOption.Builder. setDescriptionBytes(com.google.protobuf.ByteString value)
An optional name to give this socket option for debugging, etc.SocketOption.Builder
SocketOption.Builder. setIntValue(long value)
Because many sockopts take an int value.SocketOption.Builder
SocketOption.Builder. setLevel(long value)
Corresponding to the level value passed to setsockopt, such as IPPROTO_TCPSocketOption.Builder
SocketOption.Builder. setName(long value)
The numeric name as passed to setsockoptSocketOption.Builder
SocketOption.Builder. setState(SocketOption.SocketState value)
The state in which the option will be applied.SocketOption.Builder
SocketOption.Builder. setStateValue(int value)
The state in which the option will be applied.SocketOption.Builder
SocketOption. toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type SocketOption.Builder Modifier and Type Method Description java.util.List<SocketOption.Builder>
BindConfig.Builder. getSocketOptionsBuilderList()
Additional socket options that may not be present in Envoy source code or precompiled binaries.java.util.List<SocketOption.Builder>
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.Builder Modifier and Type Method Description BindConfig.Builder
BindConfig.Builder. addSocketOptions(int index, SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder
BindConfig.Builder. addSocketOptions(SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOptionsOverride.Builder
SocketOptionsOverride.Builder. addSocketOptions(int index, SocketOption.Builder builderForValue)
repeated .envoy.config.core.v3.SocketOption socket_options = 1;
SocketOptionsOverride.Builder
SocketOptionsOverride.Builder. addSocketOptions(SocketOption.Builder builderForValue)
repeated .envoy.config.core.v3.SocketOption socket_options = 1;
BindConfig.Builder
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
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.Builder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<SocketOption,SocketOption.Builder,SocketOptionOrBuilder>
Listener.Builder. socketOptionsBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return SocketOption.Builder Modifier and Type Method Description SocketOption.Builder
Listener.Builder. addSocketOptionsBuilder()
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder
Listener.Builder. addSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOption.Builder
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.Builder Modifier and Type Method Description java.util.List<SocketOption.Builder>
Listener.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.Builder Modifier and Type Method Description Listener.Builder
Listener.Builder. addSocketOptions(int index, SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.Listener.Builder
Listener.Builder. addSocketOptions(SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.Listener.Builder
Listener.Builder. setSocketOptions(int index, SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
-