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
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.PathWithEscapedSlashesAction Modifier and Type Method Description static HttpConnectionManager.PathWithEscapedSlashesActionHttpConnectionManager.PathWithEscapedSlashesAction. forNumber(int value)HttpConnectionManager.PathWithEscapedSlashesActionHttpConnectionManager.Builder. getPathWithEscapedSlashesAction()Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).HttpConnectionManager.PathWithEscapedSlashesActionHttpConnectionManager. getPathWithEscapedSlashesAction()Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).HttpConnectionManager.PathWithEscapedSlashesActionHttpConnectionManagerOrBuilder. getPathWithEscapedSlashesAction()Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).static HttpConnectionManager.PathWithEscapedSlashesActionHttpConnectionManager.PathWithEscapedSlashesAction. valueOf(int value)Deprecated.static HttpConnectionManager.PathWithEscapedSlashesActionHttpConnectionManager.PathWithEscapedSlashesAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HttpConnectionManager.PathWithEscapedSlashesActionHttpConnectionManager.PathWithEscapedSlashesAction. valueOf(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.BuilderHttpConnectionManager.Builder. setPathWithEscapedSlashesAction(HttpConnectionManager.PathWithEscapedSlashesAction value)Action to take when request URL path contains escaped slash sequences (%2F, %2f, %5C and %5c).
-