Uses of Interface
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986OrBuilder
-
Packages that use PathTransformation.Operation.NormalizePathRFC3986OrBuilder Package Description io.envoyproxy.envoy.type.http.v3 -
-
Uses of PathTransformation.Operation.NormalizePathRFC3986OrBuilder in io.envoyproxy.envoy.type.http.v3
Classes in io.envoyproxy.envoy.type.http.v3 that implement PathTransformation.Operation.NormalizePathRFC3986OrBuilder Modifier and Type Class Description static class
PathTransformation.Operation.NormalizePathRFC3986
Should text be normalized according to RFC 3986? This typically is used for path headers before any processing of requests by HTTP filters or routing.static class
PathTransformation.Operation.NormalizePathRFC3986.Builder
Should text be normalized according to RFC 3986? This typically is used for path headers before any processing of requests by HTTP filters or routing.Fields in io.envoyproxy.envoy.type.http.v3 with type parameters of type PathTransformation.Operation.NormalizePathRFC3986OrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<PathTransformation.Operation.NormalizePathRFC3986,PathTransformation.Operation.NormalizePathRFC3986.Builder,PathTransformation.Operation.NormalizePathRFC3986OrBuilder>
PathTransformation.Operation.Builder. normalizePathRfc3986Builder_
Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.Operation.NormalizePathRFC3986OrBuilder Modifier and Type Method Description PathTransformation.Operation.NormalizePathRFC3986OrBuilder
PathTransformation.Operation.Builder. getNormalizePathRfc3986OrBuilder()
Enable path normalization per RFC 3986.PathTransformation.Operation.NormalizePathRFC3986OrBuilder
PathTransformation.Operation. getNormalizePathRfc3986OrBuilder()
Enable path normalization per RFC 3986.PathTransformation.Operation.NormalizePathRFC3986OrBuilder
PathTransformation.OperationOrBuilder. getNormalizePathRfc3986OrBuilder()
Enable path normalization per RFC 3986.Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type PathTransformation.Operation.NormalizePathRFC3986OrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<PathTransformation.Operation.NormalizePathRFC3986,PathTransformation.Operation.NormalizePathRFC3986.Builder,PathTransformation.Operation.NormalizePathRFC3986OrBuilder>
PathTransformation.Operation.Builder. getNormalizePathRfc3986FieldBuilder()
Enable path normalization per RFC 3986.
-