Uses of Class
io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha.DnsCacheConfig
Packages that use DnsCacheConfig
Package
Description
-
Uses of DnsCacheConfig in io.envoyproxy.envoy.config.cluster.dynamic_forward_proxy.v2alpha
Methods in io.envoyproxy.envoy.config.cluster.dynamic_forward_proxy.v2alpha that return DnsCacheConfigModifier and TypeMethodDescriptionClusterConfig.Builder.getDnsCacheConfig()The DNS cache configuration that the cluster will attach to.ClusterConfig.getDnsCacheConfig()The DNS cache configuration that the cluster will attach to.ClusterConfigOrBuilder.getDnsCacheConfig()The DNS cache configuration that the cluster will attach to.Methods in io.envoyproxy.envoy.config.cluster.dynamic_forward_proxy.v2alpha with parameters of type DnsCacheConfigModifier and TypeMethodDescriptionClusterConfig.Builder.mergeDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the cluster will attach to.ClusterConfig.Builder.setDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the cluster will attach to. -
Uses of DnsCacheConfig in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha
Methods in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha that return DnsCacheConfigModifier and TypeMethodDescriptionDnsCacheConfig.Builder.build()DnsCacheConfig.Builder.buildPartial()static DnsCacheConfigDnsCacheConfig.getDefaultInstance()DnsCacheConfig.Builder.getDefaultInstanceForType()DnsCacheConfig.getDefaultInstanceForType()static DnsCacheConfigDnsCacheConfig.parseDelimitedFrom(InputStream input) static DnsCacheConfigDnsCacheConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DnsCacheConfigDnsCacheConfig.parseFrom(byte[] data) static DnsCacheConfigDnsCacheConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DnsCacheConfigDnsCacheConfig.parseFrom(com.google.protobuf.ByteString data) static DnsCacheConfigDnsCacheConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DnsCacheConfigDnsCacheConfig.parseFrom(com.google.protobuf.CodedInputStream input) static DnsCacheConfigDnsCacheConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DnsCacheConfigDnsCacheConfig.parseFrom(InputStream input) static DnsCacheConfigDnsCacheConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DnsCacheConfigDnsCacheConfig.parseFrom(ByteBuffer data) static DnsCacheConfigDnsCacheConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha that return types with arguments of type DnsCacheConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DnsCacheConfig>DnsCacheConfig.getParserForType()static com.google.protobuf.Parser<DnsCacheConfig>DnsCacheConfig.parser()Methods in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha with parameters of type DnsCacheConfigModifier and TypeMethodDescriptionDnsCacheConfig.Builder.mergeFrom(DnsCacheConfig other) static DnsCacheConfig.BuilderDnsCacheConfig.newBuilder(DnsCacheConfig prototype) -
Uses of DnsCacheConfig in io.envoyproxy.envoy.config.filter.http.dynamic_forward_proxy.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.dynamic_forward_proxy.v2alpha that return DnsCacheConfigModifier and TypeMethodDescriptionFilterConfig.Builder.getDnsCacheConfig()The DNS cache configuration that the filter will attach to.FilterConfig.getDnsCacheConfig()The DNS cache configuration that the filter will attach to.FilterConfigOrBuilder.getDnsCacheConfig()The DNS cache configuration that the filter will attach to.Methods in io.envoyproxy.envoy.config.filter.http.dynamic_forward_proxy.v2alpha with parameters of type DnsCacheConfigModifier and TypeMethodDescriptionFilterConfig.Builder.mergeDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the filter will attach to.FilterConfig.Builder.setDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the filter will attach to.