Uses of Interface
io.envoyproxy.envoy.type.http.v3.PathTransformationOrBuilder
-
Packages that use PathTransformationOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 io.envoyproxy.envoy.type.http.v3 -
-
Uses of PathTransformationOrBuilder 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 PathTransformationOrBuilder 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 PathTransformationOrBuilder Modifier and Type Method Description PathTransformationOrBuilder
HttpConnectionManager.PathNormalizationOptions.Builder. getForwardingTransformationOrBuilder()
[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.PathTransformationOrBuilder
HttpConnectionManager.PathNormalizationOptions. getForwardingTransformationOrBuilder()
[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.PathTransformationOrBuilder
HttpConnectionManager.PathNormalizationOptionsOrBuilder. getForwardingTransformationOrBuilder()
[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.PathTransformationOrBuilder
HttpConnectionManager.PathNormalizationOptions.Builder. getHttpFilterTransformationOrBuilder()
[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching.PathTransformationOrBuilder
HttpConnectionManager.PathNormalizationOptions. getHttpFilterTransformationOrBuilder()
[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching.PathTransformationOrBuilder
HttpConnectionManager.PathNormalizationOptionsOrBuilder. getHttpFilterTransformationOrBuilder()
[#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 PathTransformationOrBuilder 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. -
Uses of PathTransformationOrBuilder in io.envoyproxy.envoy.type.http.v3
Classes in io.envoyproxy.envoy.type.http.v3 that implement PathTransformationOrBuilder Modifier and Type Class Description class
PathTransformation
Protobuf typeenvoy.type.http.v3.PathTransformation
static class
PathTransformation.Builder
Protobuf typeenvoy.type.http.v3.PathTransformation
-