Uses of Class
io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule
Packages that use ProxyProtocol.Rule
-
Uses of ProxyProtocol.Rule in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3
Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return ProxyProtocol.RuleModifier and TypeMethodDescriptionProxyProtocol.Rule.Builder.build()ProxyProtocol.Rule.Builder.buildPartial()static ProxyProtocol.RuleProxyProtocol.Rule.getDefaultInstance()ProxyProtocol.Rule.Builder.getDefaultInstanceForType()ProxyProtocol.Rule.getDefaultInstanceForType()ProxyProtocol.Builder.getRules(int index) The list of rules to apply to requests.ProxyProtocol.getRules(int index) The list of rules to apply to requests.ProxyProtocolOrBuilder.getRules(int index) The list of rules to apply to requests.static ProxyProtocol.RuleProxyProtocol.Rule.parseDelimitedFrom(InputStream input) static ProxyProtocol.RuleProxyProtocol.Rule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(byte[] data) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(com.google.protobuf.ByteString data) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(com.google.protobuf.CodedInputStream input) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(InputStream input) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(ByteBuffer data) static ProxyProtocol.RuleProxyProtocol.Rule.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return types with arguments of type ProxyProtocol.RuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ProxyProtocol.Rule>ProxyProtocol.Rule.getParserForType()ProxyProtocol.Builder.getRulesList()The list of rules to apply to requests.ProxyProtocol.getRulesList()The list of rules to apply to requests.ProxyProtocolOrBuilder.getRulesList()The list of rules to apply to requests.static com.google.protobuf.Parser<ProxyProtocol.Rule>ProxyProtocol.Rule.parser()Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 with parameters of type ProxyProtocol.RuleModifier and TypeMethodDescriptionProxyProtocol.Builder.addRules(int index, ProxyProtocol.Rule value) The list of rules to apply to requests.ProxyProtocol.Builder.addRules(ProxyProtocol.Rule value) The list of rules to apply to requests.ProxyProtocol.Rule.Builder.mergeFrom(ProxyProtocol.Rule other) static ProxyProtocol.Rule.BuilderProxyProtocol.Rule.newBuilder(ProxyProtocol.Rule prototype) ProxyProtocol.Builder.setRules(int index, ProxyProtocol.Rule value) The list of rules to apply to requests.Method parameters in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 with type arguments of type ProxyProtocol.RuleModifier and TypeMethodDescriptionProxyProtocol.Builder.addAllRules(Iterable<? extends ProxyProtocol.Rule> values) The list of rules to apply to requests.