Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Builder
Packages that use PathTransformation.Builder
Package
Description
-
Uses of PathTransformation.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type PathTransformation.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<PathTransformation, PathTransformation.Builder, PathTransformationOrBuilder> HttpConnectionManager.PathNormalizationOptions.Builder.forwardingTransformationBuilder_
private com.google.protobuf.SingleFieldBuilder
<PathTransformation, PathTransformation.Builder, PathTransformationOrBuilder> HttpConnectionManager.PathNormalizationOptions.Builder.httpFilterTransformationBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return PathTransformation.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.PathNormalizationOptions.Builder.getForwardingTransformationBuilder()
[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.HttpConnectionManager.PathNormalizationOptions.Builder.getHttpFilterTransformationBuilder()
[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type PathTransformation.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<PathTransformation, PathTransformation.Builder, PathTransformationOrBuilder> HttpConnectionManager.PathNormalizationOptions.Builder.internalGetForwardingTransformationFieldBuilder()
[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.private com.google.protobuf.SingleFieldBuilder
<PathTransformation, PathTransformation.Builder, PathTransformationOrBuilder> HttpConnectionManager.PathNormalizationOptions.Builder.internalGetHttpFilterTransformationFieldBuilder()
[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type PathTransformation.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.PathNormalizationOptions.Builder.setForwardingTransformation
(PathTransformation.Builder builderForValue) [#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.HttpConnectionManager.PathNormalizationOptions.Builder.setHttpFilterTransformation
(PathTransformation.Builder builderForValue) [#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching. -
Uses of PathTransformation.Builder in io.envoyproxy.envoy.type.http.v3
Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.BuilderModifier and TypeMethodDescriptionPathTransformation.Builder.addAllOperations
(Iterable<? extends PathTransformation.Operation> values) A list of operations to apply.PathTransformation.Builder.addOperations
(int index, PathTransformation.Operation value) A list of operations to apply.PathTransformation.Builder.addOperations
(int index, PathTransformation.Operation.Builder builderForValue) A list of operations to apply.PathTransformation.Builder.addOperations
(PathTransformation.Operation value) A list of operations to apply.PathTransformation.Builder.addOperations
(PathTransformation.Operation.Builder builderForValue) A list of operations to apply.PathTransformation.Builder.clear()
PathTransformation.Builder.clearOperations()
A list of operations to apply.PathTransformation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PathTransformation.Builder.mergeFrom
(com.google.protobuf.Message other) PathTransformation.Builder.mergeFrom
(PathTransformation other) static PathTransformation.Builder
PathTransformation.newBuilder()
static PathTransformation.Builder
PathTransformation.newBuilder
(PathTransformation prototype) PathTransformation.newBuilderForType()
protected PathTransformation.Builder
PathTransformation.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) PathTransformation.Builder.removeOperations
(int index) A list of operations to apply.PathTransformation.Builder.setOperations
(int index, PathTransformation.Operation value) A list of operations to apply.PathTransformation.Builder.setOperations
(int index, PathTransformation.Operation.Builder builderForValue) A list of operations to apply.PathTransformation.toBuilder()