Uses of Interface
io.envoyproxy.envoy.api.v2.listener.FilterOrBuilder
-
Packages that use FilterOrBuilder Package Description io.envoyproxy.envoy.api.v2.listener -
-
Uses of FilterOrBuilder in io.envoyproxy.envoy.api.v2.listener
Classes in io.envoyproxy.envoy.api.v2.listener that implement FilterOrBuilder Modifier and Type Class Description classFilterProtobuf typeenvoy.api.v2.listener.Filterstatic classFilter.BuilderProtobuf typeenvoy.api.v2.listener.FilterMethods in io.envoyproxy.envoy.api.v2.listener that return FilterOrBuilder Modifier and Type Method Description FilterOrBuilderFilterChain.Builder. getFiltersOrBuilder(int index)A list of individual network filters that make up the filter chain for connections established with the listener.FilterOrBuilderFilterChain. getFiltersOrBuilder(int index)A list of individual network filters that make up the filter chain for connections established with the listener.FilterOrBuilderFilterChainOrBuilder. getFiltersOrBuilder(int index)A list of individual network filters that make up the filter chain for connections established with the listener.Methods in io.envoyproxy.envoy.api.v2.listener that return types with arguments of type FilterOrBuilder Modifier and Type Method Description List<? extends FilterOrBuilder>FilterChain.Builder. getFiltersOrBuilderList()A list of individual network filters that make up the filter chain for connections established with the listener.List<? extends FilterOrBuilder>FilterChain. getFiltersOrBuilderList()A list of individual network filters that make up the filter chain for connections established with the listener.List<? extends FilterOrBuilder>FilterChainOrBuilder. getFiltersOrBuilderList()A list of individual network filters that make up the filter chain for connections established with the listener.
-