Uses of Class
io.envoyproxy.envoy.api.v2.listener.FilterChain.Builder
Packages that use FilterChain.Builder
-
Uses of FilterChain.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return FilterChain.BuilderModifier and TypeMethodDescriptionListener.Builder.addFilterChainsBuilder()A list of filter chains to consider for this listener.Listener.Builder.addFilterChainsBuilder(int index) A list of filter chains to consider for this listener.Listener.Builder.getFilterChainsBuilder(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 FilterChain.BuilderModifier and TypeMethodDescriptionListener.Builder.getFilterChainsBuilderList()A list of filter chains to consider for this listener.Methods in io.envoyproxy.envoy.api.v2 with parameters of type FilterChain.BuilderModifier and TypeMethodDescriptionListener.Builder.addFilterChains(int index, FilterChain.Builder builderForValue) A list of filter chains to consider for this listener.Listener.Builder.addFilterChains(FilterChain.Builder builderForValue) A list of filter chains to consider for this listener.Listener.Builder.setFilterChains(int index, FilterChain.Builder builderForValue) A list of filter chains to consider for this listener. -
Uses of FilterChain.Builder in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return FilterChain.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.addAllFilters(Iterable<? extends Filter> values) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFilters(int index, Filter value) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFilters(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFilters(Filter value) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFilters(Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterChain.Builder.clear()FilterChain.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FilterChain.Builder.clearFilterChainMatch()The criteria to use when matching a connection to this filter chain.FilterChain.Builder.clearFilters()A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.clearMetadata()[#not-implemented-hide:] filter chain metadata.FilterChain.Builder.clearName()[#not-implemented-hide:] The unique name (or empty) by which this filter chain is known.FilterChain.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FilterChain.Builder.clearTlsContext()Deprecated.FilterChain.Builder.clearTransportSocket()Optional custom transport socket implementation to use for downstream connections.FilterChain.Builder.clearUseProxyProto()Whether the listener should expect a PROXY protocol V1 header on new connections.FilterChain.Builder.clone()FilterChain.Builder.mergeFilterChainMatch(FilterChainMatch value) The criteria to use when matching a connection to this filter chain.FilterChain.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FilterChain.Builder.mergeFrom(com.google.protobuf.Message other) FilterChain.Builder.mergeFrom(FilterChain other) FilterChain.Builder.mergeMetadata(Metadata value) [#not-implemented-hide:] filter chain metadata.FilterChain.Builder.mergeTlsContext(DownstreamTlsContext value) Deprecated.FilterChain.Builder.mergeTransportSocket(TransportSocket value) Optional custom transport socket implementation to use for downstream connections.final FilterChain.BuilderFilterChain.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterChain.Builder.mergeUseProxyProto(com.google.protobuf.BoolValue value) Whether the listener should expect a PROXY protocol V1 header on new connections.static FilterChain.BuilderFilterChain.newBuilder()static FilterChain.BuilderFilterChain.newBuilder(FilterChain prototype) FilterChain.newBuilderForType()protected FilterChain.BuilderFilterChain.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FilterChain.Builder.removeFilters(int index) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.setFilterChainMatch(FilterChainMatch value) The criteria to use when matching a connection to this filter chain.FilterChain.Builder.setFilterChainMatch(FilterChainMatch.Builder builderForValue) The criteria to use when matching a connection to this filter chain.FilterChain.Builder.setFilters(int index, Filter value) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.setFilters(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.setMetadata(Metadata value) [#not-implemented-hide:] filter chain metadata.FilterChain.Builder.setMetadata(Metadata.Builder builderForValue) [#not-implemented-hide:] filter chain metadata.[#not-implemented-hide:] The unique name (or empty) by which this filter chain is known.FilterChain.Builder.setNameBytes(com.google.protobuf.ByteString value) [#not-implemented-hide:] The unique name (or empty) by which this filter chain is known.FilterChain.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FilterChain.Builder.setTlsContext(DownstreamTlsContext value) Deprecated.FilterChain.Builder.setTlsContext(DownstreamTlsContext.Builder builderForValue) Deprecated.FilterChain.Builder.setTransportSocket(TransportSocket value) Optional custom transport socket implementation to use for downstream connections.FilterChain.Builder.setTransportSocket(TransportSocket.Builder builderForValue) Optional custom transport socket implementation to use for downstream connections.final FilterChain.BuilderFilterChain.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterChain.Builder.setUseProxyProto(com.google.protobuf.BoolValue value) Whether the listener should expect a PROXY protocol V1 header on new connections.FilterChain.Builder.setUseProxyProto(com.google.protobuf.BoolValue.Builder builderForValue) Whether the listener should expect a PROXY protocol V1 header on new connections.FilterChain.toBuilder()