Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Builder
-
Packages that use PathTransformation.Builder Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 io.envoyproxy.envoy.type.http.v3 -
-
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description PathTransformation.Builder
HttpConnectionManager.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.PathTransformation.Builder
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.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<PathTransformation,PathTransformation.Builder,PathTransformationOrBuilder>
HttpConnectionManager.PathNormalizationOptions.Builder. getForwardingTransformationFieldBuilder()
[#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. getHttpFilterTransformationFieldBuilder()
[#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.Builder Modifier and Type Method Description HttpConnectionManager.PathNormalizationOptions.Builder
HttpConnectionManager.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
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.Builder Modifier and Type Method Description PathTransformation.Builder
PathTransformation.Builder. addAllOperations(java.lang.Iterable<? extends PathTransformation.Operation> values)
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. addOperations(int index, PathTransformation.Operation value)
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. addOperations(int index, PathTransformation.Operation.Builder builderForValue)
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. addOperations(PathTransformation.Operation value)
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. addOperations(PathTransformation.Operation.Builder builderForValue)
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. clear()
PathTransformation.Builder
PathTransformation.Builder. clearOperations()
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PathTransformation.Builder
PathTransformation.Builder. mergeFrom(com.google.protobuf.Message other)
PathTransformation.Builder
PathTransformation.Builder. mergeFrom(PathTransformation other)
static PathTransformation.Builder
PathTransformation. newBuilder()
static PathTransformation.Builder
PathTransformation. newBuilder(PathTransformation prototype)
PathTransformation.Builder
PathTransformation. newBuilderForType()
protected PathTransformation.Builder
PathTransformation. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
PathTransformation.Builder
PathTransformation.Builder. removeOperations(int index)
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. setOperations(int index, PathTransformation.Operation value)
A list of operations to apply.PathTransformation.Builder
PathTransformation.Builder. setOperations(int index, PathTransformation.Operation.Builder builderForValue)
A list of operations to apply.PathTransformation.Builder
PathTransformation. toBuilder()
-