Uses of Class
io.envoyproxy.envoy.api.v2.listener.FilterChain
Packages that use FilterChain
-
Uses of FilterChain in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return FilterChainModifier and TypeMethodDescriptionListener.Builder.getFilterChains(int index) A list of filter chains to consider for this listener.Listener.getFilterChains(int index) A list of filter chains to consider for this listener.ListenerOrBuilder.getFilterChains(int index) A list of filter chains to consider for this listener.Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type FilterChainModifier and TypeMethodDescriptionListener.Builder.getFilterChainsList()A list of filter chains to consider for this listener.Listener.getFilterChainsList()A list of filter chains to consider for this listener.ListenerOrBuilder.getFilterChainsList()A list of filter chains to consider for this listener.Methods in io.envoyproxy.envoy.api.v2 with parameters of type FilterChainModifier and TypeMethodDescriptionListener.Builder.addFilterChains(int index, FilterChain value) A list of filter chains to consider for this listener.Listener.Builder.addFilterChains(FilterChain value) A list of filter chains to consider for this listener.Listener.Builder.setFilterChains(int index, FilterChain value) A list of filter chains to consider for this listener.Method parameters in io.envoyproxy.envoy.api.v2 with type arguments of type FilterChainModifier and TypeMethodDescriptionListener.Builder.addAllFilterChains(Iterable<? extends FilterChain> values) A list of filter chains to consider for this listener. -
Uses of FilterChain in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return FilterChainModifier and TypeMethodDescriptionFilterChain.Builder.build()FilterChain.Builder.buildPartial()static FilterChainFilterChain.getDefaultInstance()FilterChain.Builder.getDefaultInstanceForType()FilterChain.getDefaultInstanceForType()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.api.v2.listener that return types with arguments of type FilterChainModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FilterChain>FilterChain.getParserForType()static com.google.protobuf.Parser<FilterChain>FilterChain.parser()Methods in io.envoyproxy.envoy.api.v2.listener with parameters of type FilterChainModifier and TypeMethodDescriptionFilterChain.Builder.mergeFrom(FilterChain other) static FilterChain.BuilderFilterChain.newBuilder(FilterChain prototype)