Uses of Class
io.envoyproxy.envoy.config.listener.v3.FilterChain
-
Packages that use FilterChain Package Description io.envoyproxy.envoy.config.listener.v3 -
-
Uses of FilterChain in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return FilterChain Modifier and Type Method Description FilterChainFilterChain.Builder. build()FilterChainFilterChain.Builder. buildPartial()FilterChainListener.Builder. getDefaultFilterChain()The default filter chain if none of the filter chain matches.FilterChainListener. getDefaultFilterChain()The default filter chain if none of the filter chain matches.FilterChainListenerOrBuilder. getDefaultFilterChain()The default filter chain if none of the filter chain matches.static FilterChainFilterChain. getDefaultInstance()FilterChainFilterChain.Builder. getDefaultInstanceForType()FilterChainFilterChain. getDefaultInstanceForType()FilterChainListener.Builder. getFilterChains(int index)A list of filter chains to consider for this listener.FilterChainListener. getFilterChains(int index)A list of filter chains to consider for this listener.FilterChainListenerOrBuilder. getFilterChains(int index)A list of filter chains to consider for this listener.static FilterChainFilterChain. parseDelimitedFrom(InputStream input)static FilterChainFilterChain. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterChainFilterChain. parseFrom(byte[] data)static FilterChainFilterChain. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterChainFilterChain. parseFrom(com.google.protobuf.ByteString data)static FilterChainFilterChain. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterChainFilterChain. parseFrom(com.google.protobuf.CodedInputStream input)static FilterChainFilterChain. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterChainFilterChain. parseFrom(InputStream input)static FilterChainFilterChain. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterChainFilterChain. parseFrom(ByteBuffer data)static FilterChainFilterChain. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type FilterChain Modifier and Type Method Description List<FilterChain>Listener.Builder. getFilterChainsList()A list of filter chains to consider for this listener.List<FilterChain>Listener. getFilterChainsList()A list of filter chains to consider for this listener.List<FilterChain>ListenerOrBuilder. getFilterChainsList()A list of filter chains to consider for this listener.com.google.protobuf.Parser<FilterChain>FilterChain. getParserForType()static com.google.protobuf.Parser<FilterChain>FilterChain. parser()Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type FilterChain Modifier and Type Method Description Listener.BuilderListener.Builder. addFilterChains(int index, FilterChain value)A list of filter chains to consider for this listener.Listener.BuilderListener.Builder. addFilterChains(FilterChain value)A list of filter chains to consider for this listener.Listener.BuilderListener.Builder. mergeDefaultFilterChain(FilterChain value)The default filter chain if none of the filter chain matches.FilterChain.BuilderFilterChain.Builder. mergeFrom(FilterChain other)static FilterChain.BuilderFilterChain. newBuilder(FilterChain prototype)Listener.BuilderListener.Builder. setDefaultFilterChain(FilterChain value)The default filter chain if none of the filter chain matches.Listener.BuilderListener.Builder. setFilterChains(int index, FilterChain value)A list of filter chains to consider for this listener.Method parameters in io.envoyproxy.envoy.config.listener.v3 with type arguments of type FilterChain Modifier and Type Method Description Listener.BuilderListener.Builder. addAllFilterChains(Iterable<? extends FilterChain> values)A list of filter chains to consider for this listener.
-