Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986.Builder
-
Packages that use PathTransformation.Operation.NormalizePathRFC3986.Builder Package Description io.envoyproxy.envoy.type.http.v3 -
-
Uses of PathTransformation.Operation.NormalizePathRFC3986.Builder in io.envoyproxy.envoy.type.http.v3
Fields in io.envoyproxy.envoy.type.http.v3 with type parameters of type PathTransformation.Operation.NormalizePathRFC3986.Builder 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.NormalizePathRFC3986.Builder Modifier and Type Method Description PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986.Builder. clear()
PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.Builder. getNormalizePathRfc3986Builder()
Enable path normalization per RFC 3986.PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986.Builder. mergeFrom(com.google.protobuf.Message other)
PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986.Builder. mergeFrom(PathTransformation.Operation.NormalizePathRFC3986 other)
static PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986. newBuilder()
static PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986. newBuilder(PathTransformation.Operation.NormalizePathRFC3986 prototype)
PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986. newBuilderForType()
protected PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
PathTransformation.Operation.NormalizePathRFC3986.Builder
PathTransformation.Operation.NormalizePathRFC3986. toBuilder()
Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type PathTransformation.Operation.NormalizePathRFC3986.Builder 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.Methods in io.envoyproxy.envoy.type.http.v3 with parameters of type PathTransformation.Operation.NormalizePathRFC3986.Builder Modifier and Type Method Description PathTransformation.Operation.Builder
PathTransformation.Operation.Builder. setNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986.Builder builderForValue)
Enable path normalization per RFC 3986.
-