Uses of Class
io.envoyproxy.envoy.config.core.v3.BindConfig.Builder
Packages that use BindConfig.Builder
Package
Description
-
Uses of BindConfig.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type BindConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<BindConfig, BindConfig.Builder, BindConfigOrBuilder> ClusterManager.Builder.upstreamBindConfigBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return BindConfig.BuilderModifier and TypeMethodDescriptionClusterManager.Builder.getUpstreamBindConfigBuilder()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type BindConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<BindConfig, BindConfig.Builder, BindConfigOrBuilder> ClusterManager.Builder.getUpstreamBindConfigFieldBuilder()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type BindConfig.BuilderModifier and TypeMethodDescriptionClusterManager.Builder.setUpstreamBindConfig
(BindConfig.Builder builderForValue) Optional configuration used to bind newly established upstream connections. -
Uses of BindConfig.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type BindConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<BindConfig, BindConfig.Builder, BindConfigOrBuilder> Cluster.Builder.upstreamBindConfigBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return BindConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.getUpstreamBindConfigBuilder()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type BindConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<BindConfig, BindConfig.Builder, BindConfigOrBuilder> Cluster.Builder.getUpstreamBindConfigFieldBuilder()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type BindConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.setUpstreamBindConfig
(BindConfig.Builder builderForValue) Optional configuration used to bind newly established upstream connections. -
Uses of BindConfig.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return BindConfig.BuilderModifier and TypeMethodDescriptionBindConfig.Builder.addAdditionalSourceAddresses
(int index, SocketAddress value) Deprecated.BindConfig.Builder.addAdditionalSourceAddresses
(int index, SocketAddress.Builder builderForValue) Deprecated.BindConfig.Builder.addAdditionalSourceAddresses
(SocketAddress value) Deprecated.BindConfig.Builder.addAdditionalSourceAddresses
(SocketAddress.Builder builderForValue) Deprecated.BindConfig.Builder.addAllAdditionalSourceAddresses
(Iterable<? extends SocketAddress> values) Deprecated.BindConfig.Builder.addAllExtraSourceAddresses
(Iterable<? extends ExtraSourceAddress> values) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.addAllSocketOptions
(Iterable<? extends SocketOption> values) Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder.addExtraSourceAddresses
(int index, ExtraSourceAddress value) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.addExtraSourceAddresses
(int index, ExtraSourceAddress.Builder builderForValue) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.addExtraSourceAddresses
(ExtraSourceAddress value) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.addExtraSourceAddresses
(ExtraSourceAddress.Builder builderForValue) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.addSocketOptions
(int index, SocketOption value) Additional socket options that may not be present in Envoy source code or precompiled binaries.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.addSocketOptions
(SocketOption value) 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.clear()
BindConfig.Builder.clearAdditionalSourceAddresses()
Deprecated.BindConfig.Builder.clearExtraSourceAddresses()
Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.clearFreebind()
Whether to set the ``IP_FREEBIND`` option when creating the socket.BindConfig.Builder.clearLocalAddressSelector()
Custom local address selector to override the default (i.e.BindConfig.Builder.clearSocketOptions()
Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder.clearSourceAddress()
The address to bind to when creating a socket.BindConfig.Builder.mergeFreebind
(com.google.protobuf.BoolValue value) Whether to set the ``IP_FREEBIND`` option when creating the socket.BindConfig.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BindConfig.Builder.mergeFrom
(com.google.protobuf.Message other) BindConfig.Builder.mergeFrom
(BindConfig other) BindConfig.Builder.mergeLocalAddressSelector
(TypedExtensionConfig value) Custom local address selector to override the default (i.e.BindConfig.Builder.mergeSourceAddress
(SocketAddress value) The address to bind to when creating a socket.static BindConfig.Builder
BindConfig.newBuilder()
static BindConfig.Builder
BindConfig.newBuilder
(BindConfig prototype) BindConfig.newBuilderForType()
protected BindConfig.Builder
BindConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) BindConfig.Builder.removeAdditionalSourceAddresses
(int index) Deprecated.BindConfig.Builder.removeExtraSourceAddresses
(int index) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.removeSocketOptions
(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder.setAdditionalSourceAddresses
(int index, SocketAddress value) Deprecated.BindConfig.Builder.setAdditionalSourceAddresses
(int index, SocketAddress.Builder builderForValue) Deprecated.BindConfig.Builder.setExtraSourceAddresses
(int index, ExtraSourceAddress value) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.setExtraSourceAddresses
(int index, ExtraSourceAddress.Builder builderForValue) Extra source addresses appended to the address specified in the ``source_address`` field.BindConfig.Builder.setFreebind
(com.google.protobuf.BoolValue value) Whether to set the ``IP_FREEBIND`` option when creating the socket.BindConfig.Builder.setFreebind
(com.google.protobuf.BoolValue.Builder builderForValue) Whether to set the ``IP_FREEBIND`` option when creating the socket.BindConfig.Builder.setLocalAddressSelector
(TypedExtensionConfig value) Custom local address selector to override the default (i.e.BindConfig.Builder.setLocalAddressSelector
(TypedExtensionConfig.Builder builderForValue) Custom local address selector to override the default (i.e.BindConfig.Builder.setSocketOptions
(int index, SocketOption value) 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.BindConfig.Builder.setSourceAddress
(SocketAddress value) The address to bind to when creating a socket.BindConfig.Builder.setSourceAddress
(SocketAddress.Builder builderForValue) The address to bind to when creating a socket.BindConfig.toBuilder()