Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.HeaderSendMode
Packages that use ProcessingMode.HeaderSendMode
-
Uses of ProcessingMode.HeaderSendMode in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return ProcessingMode.HeaderSendModeModifier and TypeMethodDescriptionProcessingMode.HeaderSendMode.forNumber(int value) ProcessingMode.Builder.getRequestHeaderMode()How to handle the request header.ProcessingMode.getRequestHeaderMode()How to handle the request header.ProcessingModeOrBuilder.getRequestHeaderMode()How to handle the request header.ProcessingMode.Builder.getRequestTrailerMode()How to handle the request trailers.ProcessingMode.getRequestTrailerMode()How to handle the request trailers.ProcessingModeOrBuilder.getRequestTrailerMode()How to handle the request trailers.ProcessingMode.Builder.getResponseHeaderMode()How to handle the response header.ProcessingMode.getResponseHeaderMode()How to handle the response header.ProcessingModeOrBuilder.getResponseHeaderMode()How to handle the response header.ProcessingMode.Builder.getResponseTrailerMode()How to handle the response trailers.ProcessingMode.getResponseTrailerMode()How to handle the response trailers.ProcessingModeOrBuilder.getResponseTrailerMode()How to handle the response trailers.ProcessingMode.HeaderSendMode.valueOf(int value) Deprecated.ProcessingMode.HeaderSendMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static ProcessingMode.HeaderSendMode[]ProcessingMode.HeaderSendMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return types with arguments of type ProcessingMode.HeaderSendModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProcessingMode.HeaderSendMode>ProcessingMode.HeaderSendMode.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with parameters of type ProcessingMode.HeaderSendModeModifier and TypeMethodDescriptionProcessingMode.Builder.setRequestHeaderMode(ProcessingMode.HeaderSendMode value) How to handle the request header.ProcessingMode.Builder.setRequestTrailerMode(ProcessingMode.HeaderSendMode value) How to handle the request trailers.ProcessingMode.Builder.setResponseHeaderMode(ProcessingMode.HeaderSendMode value) How to handle the response header.ProcessingMode.Builder.setResponseTrailerMode(ProcessingMode.HeaderSendMode value) How to handle the response trailers.