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
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpConnectionManager.ServerHeaderTransformation Modifier and Type Field Description private static HttpConnectionManager.ServerHeaderTransformation[]
HttpConnectionManager.ServerHeaderTransformation. VALUES
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.ServerHeaderTransformation Modifier and Type Field Description private static 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.ServerHeaderTransformation Modifier and Type Method Description static HttpConnectionManager.ServerHeaderTransformation
HttpConnectionManager.ServerHeaderTransformation. forNumber(int value)
HttpConnectionManager.ServerHeaderTransformation
HttpConnectionManager.Builder. getServerHeaderTransformation()
Defines the action to be applied to the Server header on the response path.HttpConnectionManager.ServerHeaderTransformation
HttpConnectionManager. getServerHeaderTransformation()
Defines the action to be applied to the Server header on the response path.HttpConnectionManager.ServerHeaderTransformation
HttpConnectionManagerOrBuilder. getServerHeaderTransformation()
Defines the action to be applied to the Server header on the response path.static HttpConnectionManager.ServerHeaderTransformation
HttpConnectionManager.ServerHeaderTransformation. valueOf(int value)
Deprecated.static HttpConnectionManager.ServerHeaderTransformation
HttpConnectionManager.ServerHeaderTransformation. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HttpConnectionManager.ServerHeaderTransformation
HttpConnectionManager.ServerHeaderTransformation. valueOf(java.lang.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.Builder
HttpConnectionManager.Builder. setServerHeaderTransformation(HttpConnectionManager.ServerHeaderTransformation value)
Defines the action to be applied to the Server header on the response path.
-