Interface ConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config,Config.Builder
public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOnDownstreamTlsHandshake(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.intA sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.getOnDownstreamTlsHandshakeOrBuilder(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.List<? extends FilterStateValueOrBuilder>A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.getOnNewConnection(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.intA sequence of the filter state values to apply in the specified order when a new connection is received.A sequence of the filter state values to apply in the specified order when a new connection is received.getOnNewConnectionOrBuilder(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.List<? extends FilterStateValueOrBuilder>A sequence of the filter state values to apply in the specified order when a new connection is received.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOnNewConnectionList
List<FilterStateValue> getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1; -
getOnNewConnection
A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1; -
getOnNewConnectionCount
int getOnNewConnectionCount()A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1; -
getOnNewConnectionOrBuilderList
List<? extends FilterStateValueOrBuilder> getOnNewConnectionOrBuilderList()A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1; -
getOnNewConnectionOrBuilder
A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1; -
getOnDownstreamTlsHandshakeList
List<FilterStateValue> getOnDownstreamTlsHandshakeList()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete. For non-TLS downstream connections (where there is no TLS handshake), this list is applied when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2; -
getOnDownstreamTlsHandshake
A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete. For non-TLS downstream connections (where there is no TLS handshake), this list is applied when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2; -
getOnDownstreamTlsHandshakeCount
int getOnDownstreamTlsHandshakeCount()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete. For non-TLS downstream connections (where there is no TLS handshake), this list is applied when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2; -
getOnDownstreamTlsHandshakeOrBuilderList
List<? extends FilterStateValueOrBuilder> getOnDownstreamTlsHandshakeOrBuilderList()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete. For non-TLS downstream connections (where there is no TLS handshake), this list is applied when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2; -
getOnDownstreamTlsHandshakeOrBuilder
A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete. For non-TLS downstream connections (where there is no TLS handshake), this list is applied when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
-