Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.PathWithEscapedSlashesAction
Packages that use HttpConnectionManager.PathWithEscapedSlashesAction
-
Uses of HttpConnectionManager.PathWithEscapedSlashesAction in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Subclasses with type arguments of type HttpConnectionManager.PathWithEscapedSlashesAction in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3Modifier and TypeClassDescriptionstatic enumDetermines the action for request that contain %2F, %2f, %5C or %5c sequences in the URI path.Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpConnectionManager.PathWithEscapedSlashesActionModifier and TypeFieldDescriptionprivate static final HttpConnectionManager.PathWithEscapedSlashesAction[]HttpConnectionManager.PathWithEscapedSlashesAction.VALUESFields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.PathWithEscapedSlashesActionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.PathWithEscapedSlashesAction> HttpConnectionManager.PathWithEscapedSlashesAction.internalValueMapMethods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.PathWithEscapedSlashesActionModifier and TypeMethodDescriptionHttpConnectionManager.PathWithEscapedSlashesAction.forNumber(int value) HttpConnectionManager.Builder.getPathWithEscapedSlashesAction()Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).HttpConnectionManager.getPathWithEscapedSlashesAction()Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).HttpConnectionManagerOrBuilder.getPathWithEscapedSlashesAction()Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).HttpConnectionManager.PathWithEscapedSlashesAction.valueOf(int value) Deprecated.HttpConnectionManager.PathWithEscapedSlashesAction.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.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.PathWithEscapedSlashesActionModifier and TypeMethodDescriptionstatic 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.PathWithEscapedSlashesActionModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setPathWithEscapedSlashesAction(HttpConnectionManager.PathWithEscapedSlashesAction value) Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).