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.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.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.BuilderPathTransformation.Builder. addAllOperations(java.lang.Iterable<? extends PathTransformation.Operation> values)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. addOperations(int index, PathTransformation.Operation value)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. addOperations(int index, PathTransformation.Operation.Builder builderForValue)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. addOperations(PathTransformation.Operation value)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. addOperations(PathTransformation.Operation.Builder builderForValue)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. clear()PathTransformation.BuilderPathTransformation.Builder. clearOperations()A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PathTransformation.BuilderPathTransformation.Builder. mergeFrom(com.google.protobuf.Message other)PathTransformation.BuilderPathTransformation.Builder. mergeFrom(PathTransformation other)static PathTransformation.BuilderPathTransformation. newBuilder()static PathTransformation.BuilderPathTransformation. newBuilder(PathTransformation prototype)PathTransformation.BuilderPathTransformation. newBuilderForType()protected PathTransformation.BuilderPathTransformation. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)PathTransformation.BuilderPathTransformation.Builder. removeOperations(int index)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. setOperations(int index, PathTransformation.Operation value)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. setOperations(int index, PathTransformation.Operation.Builder builderForValue)A list of operations to apply.PathTransformation.BuilderPathTransformation. toBuilder()
-