Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ServerHeaderTransformation
Packages that use HttpConnectionManager.ServerHeaderTransformation
-
Uses of HttpConnectionManager.ServerHeaderTransformation in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpConnectionManager.ServerHeaderTransformationModifier and TypeFieldDescriptionprivate static final HttpConnectionManager.ServerHeaderTransformation[]
HttpConnectionManager.ServerHeaderTransformation.VALUES
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.ServerHeaderTransformationModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<HttpConnectionManager.ServerHeaderTransformation> HttpConnectionManager.ServerHeaderTransformation.internalValueMap
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.ServerHeaderTransformationModifier and TypeMethodDescriptionHttpConnectionManager.ServerHeaderTransformation.forNumber
(int value) HttpConnectionManager.Builder.getServerHeaderTransformation()
Defines the action to be applied to the Server header on the response path.HttpConnectionManager.getServerHeaderTransformation()
Defines the action to be applied to the Server header on the response path.HttpConnectionManagerOrBuilder.getServerHeaderTransformation()
Defines the action to be applied to the Server header on the response path.HttpConnectionManager.ServerHeaderTransformation.valueOf
(int value) Deprecated.HttpConnectionManager.ServerHeaderTransformation.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.HttpConnectionManager.ServerHeaderTransformation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.ServerHeaderTransformationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<HttpConnectionManager.ServerHeaderTransformation> HttpConnectionManager.ServerHeaderTransformation.internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.ServerHeaderTransformationModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setServerHeaderTransformation
(HttpConnectionManager.ServerHeaderTransformation value) Defines the action to be applied to the Server header on the response path.