static HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction |
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction.forNumber(int value) |
|
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction |
HeaderValidatorConfig.UriPathNormalizationOptions.Builder.getPathWithEscapedSlashesAction() |
The action to take when request URL path contains escaped slash sequences (``%2F``, ``%2f``, ``%5C`` and ``%5c``).
|
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction |
HeaderValidatorConfig.UriPathNormalizationOptions.getPathWithEscapedSlashesAction() |
The action to take when request URL path contains escaped slash sequences (``%2F``, ``%2f``, ``%5C`` and ``%5c``).
|
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction |
HeaderValidatorConfig.UriPathNormalizationOptionsOrBuilder.getPathWithEscapedSlashesAction() |
The action to take when request URL path contains escaped slash sequences (``%2F``, ``%2f``, ``%5C`` and ``%5c``).
|
static HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction |
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction.valueOf(int value) |
Deprecated.
|
static HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction |
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction |
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction[] |
HeaderValidatorConfig.UriPathNormalizationOptions.PathWithEscapedSlashesAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|