Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986.Builder
Packages that use PathTransformation.Operation.NormalizePathRFC3986.Builder
-
Uses of PathTransformation.Operation.NormalizePathRFC3986.Builder in io.envoyproxy.envoy.type.http.v3
Subclasses with type arguments of type PathTransformation.Operation.NormalizePathRFC3986.Builder in io.envoyproxy.envoy.type.http.v3Modifier and TypeClassDescriptionstatic final classShould 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.NormalizePathRFC3986.BuilderModifier and TypeFieldDescriptionprivate 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.NormalizePathRFC3986.BuilderModifier and TypeMethodDescriptionPathTransformation.Operation.NormalizePathRFC3986.Builder.clear()PathTransformation.Operation.Builder.getNormalizePathRfc3986Builder()Enable path normalization per RFC 3986.PathTransformation.Operation.NormalizePathRFC3986.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PathTransformation.Operation.NormalizePathRFC3986.Builder.mergeFrom(com.google.protobuf.Message other) PathTransformation.Operation.NormalizePathRFC3986.Builder.mergeFrom(PathTransformation.Operation.NormalizePathRFC3986 other) PathTransformation.Operation.NormalizePathRFC3986.newBuilder()PathTransformation.Operation.NormalizePathRFC3986.newBuilder(PathTransformation.Operation.NormalizePathRFC3986 prototype) PathTransformation.Operation.NormalizePathRFC3986.newBuilderForType()PathTransformation.Operation.NormalizePathRFC3986.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PathTransformation.Operation.NormalizePathRFC3986.toBuilder()Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type PathTransformation.Operation.NormalizePathRFC3986.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<PathTransformation.Operation.NormalizePathRFC3986, PathTransformation.Operation.NormalizePathRFC3986.Builder, PathTransformation.Operation.NormalizePathRFC3986OrBuilder> PathTransformation.Operation.Builder.internalGetNormalizePathRfc3986FieldBuilder()Enable path normalization per RFC 3986.Methods in io.envoyproxy.envoy.type.http.v3 with parameters of type PathTransformation.Operation.NormalizePathRFC3986.BuilderModifier and TypeMethodDescriptionPathTransformation.Operation.Builder.setNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986.Builder builderForValue) Enable path normalization per RFC 3986.