Uses of Class
io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3.Rule
Packages that use Rule
-
Uses of Rule in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 that return RuleModifier and TypeMethodDescriptionRule.Builder.build()Rule.Builder.buildPartial()static RuleRule.getDefaultInstance()Rule.Builder.getDefaultInstanceForType()Rule.getDefaultInstanceForType()ThriftToMetadata.Builder.getRequestRules(int index) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.getRequestRules(int index) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataOrBuilder.getRequestRules(int index) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.getRequestRules(int index) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.getRequestRules(int index) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRouteOrBuilder.getRequestRules(int index) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.Builder.getResponseRules(int index) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadata.getResponseRules(int index) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataOrBuilder.getResponseRules(int index) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.getResponseRules(int index) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.getResponseRules(int index) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRouteOrBuilder.getResponseRules(int index) The list of rules to apply to http response body to extract thrift metadata.static RuleRule.parseDelimitedFrom(InputStream input) static RuleRule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuleRule.parseFrom(byte[] data) static RuleRule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuleRule.parseFrom(com.google.protobuf.ByteString data) static RuleRule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuleRule.parseFrom(com.google.protobuf.CodedInputStream input) static RuleRule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuleRule.parseFrom(InputStream input) static RuleRule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuleRule.parseFrom(ByteBuffer data) static RuleRule.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 that return types with arguments of type RuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Rule>Rule.getParserForType()ThriftToMetadata.Builder.getRequestRulesList()The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.getRequestRulesList()The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataOrBuilder.getRequestRulesList()The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.getRequestRulesList()The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.getRequestRulesList()The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRouteOrBuilder.getRequestRulesList()The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.Builder.getResponseRulesList()The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadata.getResponseRulesList()The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataOrBuilder.getResponseRulesList()The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.getResponseRulesList()The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.getResponseRulesList()The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRouteOrBuilder.getResponseRulesList()The list of rules to apply to http response body to extract thrift metadata.static com.google.protobuf.Parser<Rule>Rule.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 with parameters of type RuleModifier and TypeMethodDescriptionThriftToMetadata.Builder.addRequestRules(int index, Rule value) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.Builder.addRequestRules(Rule value) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.addRequestRules(int index, Rule value) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.addRequestRules(Rule value) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.Builder.addResponseRules(int index, Rule value) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadata.Builder.addResponseRules(Rule value) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.addResponseRules(int index, Rule value) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.addResponseRules(Rule value) The list of rules to apply to http response body to extract thrift metadata.static Rule.BuilderRule.newBuilder(Rule prototype) ThriftToMetadata.Builder.setRequestRules(int index, Rule value) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.setRequestRules(int index, Rule value) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.Builder.setResponseRules(int index, Rule value) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.setResponseRules(int index, Rule value) The list of rules to apply to http response body to extract thrift metadata.Method parameters in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 with type arguments of type RuleModifier and TypeMethodDescriptionThriftToMetadata.Builder.addAllRequestRules(Iterable<? extends Rule> values) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.addAllRequestRules(Iterable<? extends Rule> values) The list of rules to apply to http request body to extract thrift metadata.ThriftToMetadata.Builder.addAllResponseRules(Iterable<? extends Rule> values) The list of rules to apply to http response body to extract thrift metadata.ThriftToMetadataPerRoute.Builder.addAllResponseRules(Iterable<? extends Rule> values) The list of rules to apply to http response body to extract thrift metadata.