Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes.Builder
Packages that use PathTransformation.Operation.MergeSlashes.Builder
-
Uses of PathTransformation.Operation.MergeSlashes.Builder in io.envoyproxy.envoy.type.http.v3
Subclasses with type arguments of type PathTransformation.Operation.MergeSlashes.Builder in io.envoyproxy.envoy.type.http.v3Modifier and TypeClassDescriptionstatic final classDetermines if adjacent slashes are merged into one.Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.Operation.MergeSlashes.BuilderModifier and TypeMethodDescriptionPathTransformation.Operation.MergeSlashes.Builder.clear()PathTransformation.Operation.Builder.getMergeSlashesBuilder()Enable merging adjacent slashes.PathTransformation.Operation.MergeSlashes.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PathTransformation.Operation.MergeSlashes.Builder.mergeFrom(com.google.protobuf.Message other) PathTransformation.Operation.MergeSlashes.Builder.mergeFrom(PathTransformation.Operation.MergeSlashes other) PathTransformation.Operation.MergeSlashes.newBuilder()PathTransformation.Operation.MergeSlashes.newBuilder(PathTransformation.Operation.MergeSlashes prototype) PathTransformation.Operation.MergeSlashes.newBuilderForType()PathTransformation.Operation.MergeSlashes.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PathTransformation.Operation.MergeSlashes.toBuilder()Methods in io.envoyproxy.envoy.type.http.v3 with parameters of type PathTransformation.Operation.MergeSlashes.BuilderModifier and TypeMethodDescriptionPathTransformation.Operation.Builder.setMergeSlashes(PathTransformation.Operation.MergeSlashes.Builder builderForValue) Enable merging adjacent slashes.