Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation
-
Packages that use PathTransformation Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 io.envoyproxy.envoy.type.http.v3 -
-
Uses of PathTransformation in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return PathTransformation Modifier and Type Method Description PathTransformationHttpConnectionManager.PathNormalizationOptions.Builder. getForwardingTransformation()[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.PathTransformationHttpConnectionManager.PathNormalizationOptions. getForwardingTransformation()[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.PathTransformationHttpConnectionManager.PathNormalizationOptionsOrBuilder. getForwardingTransformation()[#not-implemented-hide:] Normalization applies internally before any processing of requests by HTTP filters, routing, and matching *and* will affect the forwarded ``:path`` header.PathTransformationHttpConnectionManager.PathNormalizationOptions.Builder. getHttpFilterTransformation()[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching.PathTransformationHttpConnectionManager.PathNormalizationOptions. getHttpFilterTransformation()[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching.PathTransformationHttpConnectionManager.PathNormalizationOptionsOrBuilder. getHttpFilterTransformation()[#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 Modifier and Type Method Description HttpConnectionManager.PathNormalizationOptions.BuilderHttpConnectionManager.PathNormalizationOptions.Builder. mergeForwardingTransformation(PathTransformation value)[#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. mergeHttpFilterTransformation(PathTransformation value)[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching.HttpConnectionManager.PathNormalizationOptions.BuilderHttpConnectionManager.PathNormalizationOptions.Builder. setForwardingTransformation(PathTransformation value)[#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 value)[#not-implemented-hide:] Normalization only applies internally before any processing of requests by HTTP filters, routing, and matching. -
Uses of PathTransformation in io.envoyproxy.envoy.type.http.v3
Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation Modifier and Type Method Description PathTransformationPathTransformation.Builder. build()PathTransformationPathTransformation.Builder. buildPartial()static PathTransformationPathTransformation. getDefaultInstance()PathTransformationPathTransformation.Builder. getDefaultInstanceForType()PathTransformationPathTransformation. getDefaultInstanceForType()static PathTransformationPathTransformation. parseDelimitedFrom(InputStream input)static PathTransformationPathTransformation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathTransformationPathTransformation. parseFrom(byte[] data)static PathTransformationPathTransformation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathTransformationPathTransformation. parseFrom(com.google.protobuf.ByteString data)static PathTransformationPathTransformation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathTransformationPathTransformation. parseFrom(com.google.protobuf.CodedInputStream input)static PathTransformationPathTransformation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathTransformationPathTransformation. parseFrom(InputStream input)static PathTransformationPathTransformation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathTransformationPathTransformation. parseFrom(ByteBuffer data)static PathTransformationPathTransformation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type PathTransformation Modifier and Type Method Description com.google.protobuf.Parser<PathTransformation>PathTransformation. getParserForType()static com.google.protobuf.Parser<PathTransformation>PathTransformation. parser()Methods in io.envoyproxy.envoy.type.http.v3 with parameters of type PathTransformation Modifier and Type Method Description PathTransformation.BuilderPathTransformation.Builder. mergeFrom(PathTransformation other)static PathTransformation.BuilderPathTransformation. newBuilder(PathTransformation prototype)
-