Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ProxyStatusConfig.Builder
Packages that use HttpConnectionManager.ProxyStatusConfig.Builder
-
Uses of HttpConnectionManager.ProxyStatusConfig.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.ProxyStatusConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.ProxyStatusConfig, HttpConnectionManager.ProxyStatusConfig.Builder, HttpConnectionManager.ProxyStatusConfigOrBuilder> HttpConnectionManager.Builder.proxyStatusConfigBuilder_Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.ProxyStatusConfig.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.ProxyStatusConfig.Builder.clear()HttpConnectionManager.ProxyStatusConfig.Builder.clearLiteralProxyName()If ``literal_proxy_name`` is set, Proxy-Status headers will use this value as the name of the proxy.HttpConnectionManager.ProxyStatusConfig.Builder.clearProxyName()HttpConnectionManager.ProxyStatusConfig.Builder.clearRemoveConnectionTerminationDetails()If true, the details field of the Proxy-Status header will not contain connection termination details.HttpConnectionManager.ProxyStatusConfig.Builder.clearRemoveDetails()If true, the details field of the Proxy-Status header is not populated with stream_info.response_code_details.HttpConnectionManager.ProxyStatusConfig.Builder.clearRemoveResponseFlags()If true, the details field of the Proxy-Status header will not contain an enumeration of the Envoy ResponseFlags.HttpConnectionManager.ProxyStatusConfig.Builder.clearSetRecommendedResponseCode()If true, overwrites the existing Status header with the response code recommended by the Proxy-Status spec.HttpConnectionManager.ProxyStatusConfig.Builder.clearUseNodeId()If ``use_node_id`` is set, Proxy-Status headers will use the Envoy's node ID as the name of the proxy.HttpConnectionManager.Builder.getProxyStatusConfigBuilder()Proxy-Status HTTP response header configuration.HttpConnectionManager.ProxyStatusConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpConnectionManager.ProxyStatusConfig.Builder.mergeFrom(com.google.protobuf.Message other) HttpConnectionManager.ProxyStatusConfig.Builder.mergeFrom(HttpConnectionManager.ProxyStatusConfig other) HttpConnectionManager.ProxyStatusConfig.newBuilder()HttpConnectionManager.ProxyStatusConfig.newBuilder(HttpConnectionManager.ProxyStatusConfig prototype) HttpConnectionManager.ProxyStatusConfig.newBuilderForType()HttpConnectionManager.ProxyStatusConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpConnectionManager.ProxyStatusConfig.Builder.setLiteralProxyName(String value) If ``literal_proxy_name`` is set, Proxy-Status headers will use this value as the name of the proxy.HttpConnectionManager.ProxyStatusConfig.Builder.setLiteralProxyNameBytes(com.google.protobuf.ByteString value) If ``literal_proxy_name`` is set, Proxy-Status headers will use this value as the name of the proxy.HttpConnectionManager.ProxyStatusConfig.Builder.setRemoveConnectionTerminationDetails(boolean value) If true, the details field of the Proxy-Status header will not contain connection termination details.HttpConnectionManager.ProxyStatusConfig.Builder.setRemoveDetails(boolean value) If true, the details field of the Proxy-Status header is not populated with stream_info.response_code_details.HttpConnectionManager.ProxyStatusConfig.Builder.setRemoveResponseFlags(boolean value) If true, the details field of the Proxy-Status header will not contain an enumeration of the Envoy ResponseFlags.HttpConnectionManager.ProxyStatusConfig.Builder.setSetRecommendedResponseCode(boolean value) If true, overwrites the existing Status header with the response code recommended by the Proxy-Status spec.HttpConnectionManager.ProxyStatusConfig.Builder.setUseNodeId(boolean value) If ``use_node_id`` is set, Proxy-Status headers will use the Envoy's node ID as the name of the proxy.HttpConnectionManager.ProxyStatusConfig.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.ProxyStatusConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.ProxyStatusConfig, HttpConnectionManager.ProxyStatusConfig.Builder, HttpConnectionManager.ProxyStatusConfigOrBuilder> HttpConnectionManager.Builder.getProxyStatusConfigFieldBuilder()Proxy-Status HTTP response header configuration.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.ProxyStatusConfig.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setProxyStatusConfig(HttpConnectionManager.ProxyStatusConfig.Builder builderForValue) Proxy-Status HTTP response header configuration.