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 classPathTransformation.Operation.NormalizePathRFC3986Should 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 classPathTransformation.Operation.NormalizePathRFC3986.BuilderShould 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.NormalizePathRFC3986OrBuilderPathTransformation.Operation.Builder. getNormalizePathRfc3986OrBuilder()Enable path normalization per RFC 3986.PathTransformation.Operation.NormalizePathRFC3986OrBuilderPathTransformation.Operation. getNormalizePathRfc3986OrBuilder()Enable path normalization per RFC 3986.PathTransformation.Operation.NormalizePathRFC3986OrBuilderPathTransformation.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.
-