Uses of Class
io.envoyproxy.envoy.api.v2.core.BindConfig.Builder
Packages that use BindConfig.Builder
Package
Description
-
Uses of BindConfig.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return BindConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.getUpstreamBindConfigBuilder()Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.api.v2 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.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return BindConfig.BuilderModifier and TypeMethodDescriptionBindConfig.Builder.addAllSocketOptions(Iterable<? extends SocketOption> values) Additional socket options that may not be present in Envoy source code or precompiled binaries.BindConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) BindConfig.Builder.clearFreebind()Whether to set the *IP_FREEBIND* option when creating the socket.BindConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clone()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.mergeSourceAddress(SocketAddress value) The address to bind to when creating a socket.final BindConfig.BuilderBindConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static BindConfig.BuilderBindConfig.newBuilder()static BindConfig.BuilderBindConfig.newBuilder(BindConfig prototype) BindConfig.newBuilderForType()protected BindConfig.BuilderBindConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BindConfig.Builder.removeSocketOptions(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final BindConfig.BuilderBindConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BindConfig.toBuilder() -
Uses of BindConfig.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return BindConfig.BuilderModifier and TypeMethodDescriptionClusterManager.Builder.getUpstreamBindConfigBuilder()Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type BindConfig.BuilderModifier and TypeMethodDescriptionClusterManager.Builder.setUpstreamBindConfig(BindConfig.Builder builderForValue) Optional configuration used to bind newly established upstream connections.