Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.InternalAddressConfig.Builder
Packages that use HttpConnectionManager.InternalAddressConfig.Builder
-
Uses of HttpConnectionManager.InternalAddressConfig.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.InternalAddressConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.InternalAddressConfig, HttpConnectionManager.InternalAddressConfig.Builder, HttpConnectionManager.InternalAddressConfigOrBuilder> HttpConnectionManager.Builder.internalAddressConfigBuilder_Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.InternalAddressConfig.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.addAllCidrRanges(Iterable<? extends CidrRange> values) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges(int index, CidrRange value) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges(int index, CidrRange.Builder builderForValue) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges(CidrRange value) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges(CidrRange.Builder builderForValue) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.clear()HttpConnectionManager.InternalAddressConfig.Builder.clearCidrRanges()List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.clearUnixSockets()Whether unix socket addresses should be considered internal.HttpConnectionManager.Builder.getInternalAddressConfigBuilder()Configures what network addresses are considered internal for stats and header sanitation purposes.HttpConnectionManager.InternalAddressConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpConnectionManager.InternalAddressConfig.Builder.mergeFrom(com.google.protobuf.Message other) HttpConnectionManager.InternalAddressConfig.Builder.mergeFrom(HttpConnectionManager.InternalAddressConfig other) HttpConnectionManager.InternalAddressConfig.newBuilder()HttpConnectionManager.InternalAddressConfig.newBuilder(HttpConnectionManager.InternalAddressConfig prototype) HttpConnectionManager.InternalAddressConfig.newBuilderForType()HttpConnectionManager.InternalAddressConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpConnectionManager.InternalAddressConfig.Builder.removeCidrRanges(int index) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.setCidrRanges(int index, CidrRange value) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.setCidrRanges(int index, CidrRange.Builder builderForValue) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.setUnixSockets(boolean value) Whether unix socket addresses should be considered internal.HttpConnectionManager.InternalAddressConfig.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.InternalAddressConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.InternalAddressConfig, HttpConnectionManager.InternalAddressConfig.Builder, HttpConnectionManager.InternalAddressConfigOrBuilder> HttpConnectionManager.Builder.internalGetInternalAddressConfigFieldBuilder()Configures what network addresses are considered internal for stats and header sanitation purposes.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.InternalAddressConfig.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setInternalAddressConfig(HttpConnectionManager.InternalAddressConfig.Builder builderForValue) Configures what network addresses are considered internal for stats and header sanitation purposes.