Uses of Enum
io.envoyproxy.envoy.service.network_ext_proc.v3.ProcessingResponse.ConnectionStatus
Packages that use ProcessingResponse.ConnectionStatus
-
Uses of ProcessingResponse.ConnectionStatus in io.envoyproxy.envoy.service.network_ext_proc.v3
Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 that return ProcessingResponse.ConnectionStatusModifier and TypeMethodDescriptionProcessingResponse.ConnectionStatus.forNumber(int value) ProcessingResponse.Builder.getConnectionStatus()Optional: Determines the connection behavior after processing.ProcessingResponse.getConnectionStatus()Optional: Determines the connection behavior after processing.ProcessingResponseOrBuilder.getConnectionStatus()Optional: Determines the connection behavior after processing.ProcessingResponse.ConnectionStatus.valueOf(int value) Deprecated.ProcessingResponse.ConnectionStatus.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 ProcessingResponse.ConnectionStatus[]ProcessingResponse.ConnectionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 that return types with arguments of type ProcessingResponse.ConnectionStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProcessingResponse.ConnectionStatus>ProcessingResponse.ConnectionStatus.internalGetValueMap()Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 with parameters of type ProcessingResponse.ConnectionStatusModifier and TypeMethodDescriptionProcessingResponse.Builder.setConnectionStatus(ProcessingResponse.ConnectionStatus value) Optional: Determines the connection behavior after processing.