Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.PathWithEscapedSlashesAction
-
Packages that use HttpConnectionManager.PathWithEscapedSlashesAction Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
Uses of HttpConnectionManager.PathWithEscapedSlashesAction 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.PathWithEscapedSlashesAction Modifier and Type Field Description private static HttpConnectionManager.PathWithEscapedSlashesAction[]
HttpConnectionManager.PathWithEscapedSlashesAction. VALUES
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.PathWithEscapedSlashesAction Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.PathWithEscapedSlashesAction>
HttpConnectionManager.PathWithEscapedSlashesAction. internalValueMap
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.PathWithEscapedSlashesAction Modifier and Type Method Description static HttpConnectionManager.PathWithEscapedSlashesAction
HttpConnectionManager.PathWithEscapedSlashesAction. forNumber(int value)
HttpConnectionManager.PathWithEscapedSlashesAction
HttpConnectionManager.Builder. getPathWithEscapedSlashesAction()
Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).HttpConnectionManager.PathWithEscapedSlashesAction
HttpConnectionManager. getPathWithEscapedSlashesAction()
Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).HttpConnectionManager.PathWithEscapedSlashesAction
HttpConnectionManagerOrBuilder. getPathWithEscapedSlashesAction()
Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).static HttpConnectionManager.PathWithEscapedSlashesAction
HttpConnectionManager.PathWithEscapedSlashesAction. valueOf(int value)
Deprecated.static HttpConnectionManager.PathWithEscapedSlashesAction
HttpConnectionManager.PathWithEscapedSlashesAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HttpConnectionManager.PathWithEscapedSlashesAction
HttpConnectionManager.PathWithEscapedSlashesAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpConnectionManager.PathWithEscapedSlashesAction[]
HttpConnectionManager.PathWithEscapedSlashesAction. 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.PathWithEscapedSlashesAction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.PathWithEscapedSlashesAction>
HttpConnectionManager.PathWithEscapedSlashesAction. internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.PathWithEscapedSlashesAction Modifier and Type Method Description HttpConnectionManager.Builder
HttpConnectionManager.Builder. setPathWithEscapedSlashesAction(HttpConnectionManager.PathWithEscapedSlashesAction value)
Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).
-