Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendMode
Packages that use ProcessingMode.BodySendMode
Package
Description
-
Uses of ProcessingMode.BodySendMode in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return ProcessingMode.BodySendModeModifier and TypeMethodDescriptionstatic ProcessingMode.BodySendModeProcessingMode.BodySendMode.forNumber(int value) ProcessingMode.Builder.getRequestBodyMode()How to handle the request body.ProcessingMode.getRequestBodyMode()How to handle the request body.ProcessingModeOrBuilder.getRequestBodyMode()How to handle the request body.ProcessingMode.Builder.getResponseBodyMode()How do handle the response body.ProcessingMode.getResponseBodyMode()How do handle the response body.ProcessingModeOrBuilder.getResponseBodyMode()How do handle the response body.static ProcessingMode.BodySendModeProcessingMode.BodySendMode.valueOf(int value) Deprecated.static ProcessingMode.BodySendModeProcessingMode.BodySendMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ProcessingMode.BodySendModeReturns the enum constant of this type with the specified name.static ProcessingMode.BodySendMode[]ProcessingMode.BodySendMode.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.BodySendModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProcessingMode.BodySendMode>ProcessingMode.BodySendMode.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with parameters of type ProcessingMode.BodySendModeModifier and TypeMethodDescriptionProcessingMode.Builder.setRequestBodyMode(ProcessingMode.BodySendMode value) How to handle the request body.ProcessingMode.Builder.setResponseBodyMode(ProcessingMode.BodySendMode value) How do handle the response body. -
Uses of ProcessingMode.BodySendMode in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return ProcessingMode.BodySendModeModifier and TypeMethodDescriptionProtocolConfiguration.Builder.getRequestBodyMode()Specify the filter configuration :ref:`request_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.request_body_mode>`ProtocolConfiguration.getRequestBodyMode()Specify the filter configuration :ref:`request_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.request_body_mode>`ProtocolConfigurationOrBuilder.getRequestBodyMode()Specify the filter configuration :ref:`request_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.request_body_mode>`ProtocolConfiguration.Builder.getResponseBodyMode()Specify the filter configuration :ref:`response_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.response_body_mode>`ProtocolConfiguration.getResponseBodyMode()Specify the filter configuration :ref:`response_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.response_body_mode>`ProtocolConfigurationOrBuilder.getResponseBodyMode()Specify the filter configuration :ref:`response_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.response_body_mode>`Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type ProcessingMode.BodySendModeModifier and TypeMethodDescriptionProtocolConfiguration.Builder.setRequestBodyMode(ProcessingMode.BodySendMode value) Specify the filter configuration :ref:`request_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.request_body_mode>`ProtocolConfiguration.Builder.setResponseBodyMode(ProcessingMode.BodySendMode value) Specify the filter configuration :ref:`response_body_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.response_body_mode>`