Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ServerHeaderTransformation
-
Packages that use HttpConnectionManager.ServerHeaderTransformation Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
Uses of HttpConnectionManager.ServerHeaderTransformation in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.ServerHeaderTransformation Modifier and Type Method Description static HttpConnectionManager.ServerHeaderTransformationHttpConnectionManager.ServerHeaderTransformation. forNumber(int value)HttpConnectionManager.ServerHeaderTransformationHttpConnectionManager.Builder. getServerHeaderTransformation()Defines the action to be applied to the Server header on the response path.HttpConnectionManager.ServerHeaderTransformationHttpConnectionManager. getServerHeaderTransformation()Defines the action to be applied to the Server header on the response path.HttpConnectionManager.ServerHeaderTransformationHttpConnectionManagerOrBuilder. getServerHeaderTransformation()Defines the action to be applied to the Server header on the response path.static HttpConnectionManager.ServerHeaderTransformationHttpConnectionManager.ServerHeaderTransformation. valueOf(int value)Deprecated.static HttpConnectionManager.ServerHeaderTransformationHttpConnectionManager.ServerHeaderTransformation. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HttpConnectionManager.ServerHeaderTransformationHttpConnectionManager.ServerHeaderTransformation. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpConnectionManager.ServerHeaderTransformation[]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.ServerHeaderTransformation Modifier and Type Method Description static 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.ServerHeaderTransformation Modifier and Type Method Description HttpConnectionManager.BuilderHttpConnectionManager.Builder. setServerHeaderTransformation(HttpConnectionManager.ServerHeaderTransformation value)Defines the action to be applied to the Server header on the response path.
-