Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.ext_proc.v3.ProcessingMode.DataSendMode
Packages that use ProcessingMode.DataSendMode
-
Uses of ProcessingMode.DataSendMode in io.envoyproxy.envoy.extensions.filters.network.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.ext_proc.v3 that return ProcessingMode.DataSendModeModifier and TypeMethodDescriptionstatic ProcessingMode.DataSendModeProcessingMode.DataSendMode.forNumber(int value) ProcessingMode.Builder.getProcessRead()Controls whether inbound (read) data from the client is sent to the external processor.ProcessingMode.getProcessRead()Controls whether inbound (read) data from the client is sent to the external processor.ProcessingModeOrBuilder.getProcessRead()Controls whether inbound (read) data from the client is sent to the external processor.ProcessingMode.Builder.getProcessWrite()Controls whether outbound (write) data to the client is sent to the external processor.ProcessingMode.getProcessWrite()Controls whether outbound (write) data to the client is sent to the external processor.ProcessingModeOrBuilder.getProcessWrite()Controls whether outbound (write) data to the client is sent to the external processor.static ProcessingMode.DataSendModeProcessingMode.DataSendMode.valueOf(int value) Deprecated.static ProcessingMode.DataSendModeProcessingMode.DataSendMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ProcessingMode.DataSendModeReturns the enum constant of this type with the specified name.static ProcessingMode.DataSendMode[]ProcessingMode.DataSendMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.ext_proc.v3 that return types with arguments of type ProcessingMode.DataSendModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProcessingMode.DataSendMode>ProcessingMode.DataSendMode.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.ext_proc.v3 with parameters of type ProcessingMode.DataSendModeModifier and TypeMethodDescriptionProcessingMode.Builder.setProcessRead(ProcessingMode.DataSendMode value) Controls whether inbound (read) data from the client is sent to the external processor.ProcessingMode.Builder.setProcessWrite(ProcessingMode.DataSendMode value) Controls whether outbound (write) data to the client is sent to the external processor.