public static interface Listener.DeprecatedV1OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getBindToPort()
Whether the listener should bind to the port.
|
com.google.protobuf.BoolValueOrBuilder |
getBindToPortOrBuilder()
Whether the listener should bind to the port.
|
boolean |
hasBindToPort()
Whether the listener should bind to the port.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBindToPort()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set use_original_dst parameter to true. Default is true. This is deprecated in v2, all Listeners will bind to their port. An additional filter chain must be created for every original destination port this listener may redirect to in v2, with the original port specified in the FilterChainMatch destination_port field. [#comment:TODO(PiotrSikora): Remove this once verified that we no longer need it.]
.google.protobuf.BoolValue bind_to_port = 1;com.google.protobuf.BoolValue getBindToPort()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set use_original_dst parameter to true. Default is true. This is deprecated in v2, all Listeners will bind to their port. An additional filter chain must be created for every original destination port this listener may redirect to in v2, with the original port specified in the FilterChainMatch destination_port field. [#comment:TODO(PiotrSikora): Remove this once verified that we no longer need it.]
.google.protobuf.BoolValue bind_to_port = 1;com.google.protobuf.BoolValueOrBuilder getBindToPortOrBuilder()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set use_original_dst parameter to true. Default is true. This is deprecated in v2, all Listeners will bind to their port. An additional filter chain must be created for every original destination port this listener may redirect to in v2, with the original port specified in the FilterChainMatch destination_port field. [#comment:TODO(PiotrSikora): Remove this once verified that we no longer need it.]
.google.protobuf.BoolValue bind_to_port = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.