Uses of Class
io.envoyproxy.envoy.config.listener.v3.FilterChainMatch
Packages that use FilterChainMatch
-
Uses of FilterChainMatch in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return FilterChainMatchModifier and TypeMethodDescriptionFilterChainMatch.Builder.build()FilterChainMatch.Builder.buildPartial()static FilterChainMatchFilterChainMatch.getDefaultInstance()FilterChainMatch.Builder.getDefaultInstanceForType()FilterChainMatch.getDefaultInstanceForType()FilterChain.Builder.getFilterChainMatch()The criteria to use when matching a connection to this filter chain.FilterChain.getFilterChainMatch()The criteria to use when matching a connection to this filter chain.FilterChainOrBuilder.getFilterChainMatch()The criteria to use when matching a connection to this filter chain.static FilterChainMatchFilterChainMatch.parseDelimitedFrom(InputStream input) static FilterChainMatchFilterChainMatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChainMatchFilterChainMatch.parseFrom(byte[] data) static FilterChainMatchFilterChainMatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChainMatchFilterChainMatch.parseFrom(com.google.protobuf.ByteString data) static FilterChainMatchFilterChainMatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChainMatchFilterChainMatch.parseFrom(com.google.protobuf.CodedInputStream input) static FilterChainMatchFilterChainMatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChainMatchFilterChainMatch.parseFrom(InputStream input) static FilterChainMatchFilterChainMatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChainMatchFilterChainMatch.parseFrom(ByteBuffer data) static FilterChainMatchFilterChainMatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type FilterChainMatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FilterChainMatch> FilterChainMatch.getParserForType()static com.google.protobuf.Parser<FilterChainMatch> FilterChainMatch.parser()Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type FilterChainMatchModifier and TypeMethodDescriptionFilterChain.Builder.mergeFilterChainMatch(FilterChainMatch value) The criteria to use when matching a connection to this filter chain.FilterChainMatch.Builder.mergeFrom(FilterChainMatch other) static FilterChainMatch.BuilderFilterChainMatch.newBuilder(FilterChainMatch prototype) FilterChain.Builder.setFilterChainMatch(FilterChainMatch value) The criteria to use when matching a connection to this filter chain.