Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HeaderMutation
Packages that use HeaderMutation
-
Uses of HeaderMutation in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.build()HeaderMutation.Builder.buildPartial()static HeaderMutationHeaderMutation.getDefaultInstance()HeaderMutation.Builder.getDefaultInstanceForType()HeaderMutation.getDefaultInstanceForType()CommonResponse.Builder.getHeaderMutation()Instructions on how to manipulate the headers.CommonResponse.getHeaderMutation()Instructions on how to manipulate the headers.CommonResponseOrBuilder.getHeaderMutation()Instructions on how to manipulate the headers.TrailersResponse.Builder.getHeaderMutation()Details the modifications (if any) to be made by the data plane to the current request/response trailers.TrailersResponse.getHeaderMutation()Details the modifications (if any) to be made by the data plane to the current request/response trailers.TrailersResponseOrBuilder.getHeaderMutation()Details the modifications (if any) to be made by the data plane to the current request/response trailers.ImmediateResponse.Builder.getHeaders()Apply changes to the default headers, which will include content-type.ImmediateResponse.getHeaders()Apply changes to the default headers, which will include content-type.ImmediateResponseOrBuilder.getHeaders()Apply changes to the default headers, which will include content-type.static HeaderMutationHeaderMutation.parseDelimitedFrom(InputStream input) static HeaderMutationHeaderMutation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(byte[] data) static HeaderMutationHeaderMutation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.ByteString data) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.CodedInputStream input) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(InputStream input) static HeaderMutationHeaderMutation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(ByteBuffer data) static HeaderMutationHeaderMutation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type HeaderMutationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HeaderMutation>HeaderMutation.getParserForType()static com.google.protobuf.Parser<HeaderMutation>HeaderMutation.parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.mergeFrom(HeaderMutation other) CommonResponse.Builder.mergeHeaderMutation(HeaderMutation value) Instructions on how to manipulate the headers.TrailersResponse.Builder.mergeHeaderMutation(HeaderMutation value) Details the modifications (if any) to be made by the data plane to the current request/response trailers.ImmediateResponse.Builder.mergeHeaders(HeaderMutation value) Apply changes to the default headers, which will include content-type.static HeaderMutation.BuilderHeaderMutation.newBuilder(HeaderMutation prototype) CommonResponse.Builder.setHeaderMutation(HeaderMutation value) Instructions on how to manipulate the headers.TrailersResponse.Builder.setHeaderMutation(HeaderMutation value) Details the modifications (if any) to be made by the data plane to the current request/response trailers.ImmediateResponse.Builder.setHeaders(HeaderMutation value) Apply changes to the default headers, which will include content-type.