BindConfig.Builder |
BindConfig.Builder.addAllSocketOptions(Iterable<? extends SocketOption> values) |
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
BindConfig.Builder |
BindConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BindConfig.Builder |
BindConfig.Builder.addSocketOptions(int index,
SocketOption value) |
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
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 value) |
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.
|
BindConfig.Builder |
BindConfig.Builder.clear() |
|
BindConfig.Builder |
BindConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
BindConfig.Builder |
BindConfig.Builder.clearFreebind() |
Whether to set the ``IP_FREEBIND`` option when creating the socket.
|
BindConfig.Builder |
BindConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
BindConfig.Builder |
BindConfig.Builder.clearSocketOptions() |
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
BindConfig.Builder |
BindConfig.Builder.clearSourceAddress() |
The address to bind to when creating a socket.
|
BindConfig.Builder |
BindConfig.Builder.clone() |
|
BindConfig.Builder |
BindConfig.Builder.mergeFreebind(com.google.protobuf.BoolValue value) |
Whether to set the ``IP_FREEBIND`` option when creating the socket.
|
BindConfig.Builder |
BindConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
BindConfig.Builder |
BindConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
BindConfig.Builder |
BindConfig.Builder.mergeFrom(BindConfig other) |
|
BindConfig.Builder |
BindConfig.Builder.mergeSourceAddress(SocketAddress value) |
The address to bind to when creating a socket.
|
BindConfig.Builder |
BindConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static BindConfig.Builder |
BindConfig.newBuilder() |
|
static BindConfig.Builder |
BindConfig.newBuilder(BindConfig prototype) |
|
BindConfig.Builder |
BindConfig.newBuilderForType() |
|
protected BindConfig.Builder |
BindConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
BindConfig.Builder |
BindConfig.Builder.removeSocketOptions(int index) |
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
BindConfig.Builder |
BindConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BindConfig.Builder |
BindConfig.Builder.setFreebind(com.google.protobuf.BoolValue value) |
Whether to set the ``IP_FREEBIND`` option when creating the socket.
|
BindConfig.Builder |
BindConfig.Builder.setFreebind(com.google.protobuf.BoolValue.Builder builderForValue) |
Whether to set the ``IP_FREEBIND`` option when creating the socket.
|
BindConfig.Builder |
BindConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
BindConfig.Builder |
BindConfig.Builder.setSocketOptions(int index,
SocketOption value) |
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
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.
|
BindConfig.Builder |
BindConfig.Builder.setSourceAddress(SocketAddress value) |
The address to bind to when creating a socket.
|
BindConfig.Builder |
BindConfig.Builder.setSourceAddress(SocketAddress.Builder builderForValue) |
The address to bind to when creating a socket.
|
BindConfig.Builder |
BindConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
BindConfig.Builder |
BindConfig.toBuilder() |
|