Uses of Enum
io.envoyproxy.envoy.config.core.v3.SocketOption.SocketState
Packages that use SocketOption.SocketState
-
Uses of SocketOption.SocketState in io.envoyproxy.envoy.config.core.v3
Subclasses with type arguments of type SocketOption.SocketState in io.envoyproxy.envoy.config.core.v3Modifier and TypeClassDescriptionstatic enumProtobuf enumenvoy.config.core.v3.SocketOption.SocketStateFields in io.envoyproxy.envoy.config.core.v3 declared as SocketOption.SocketStateModifier and TypeFieldDescriptionprivate static final SocketOption.SocketState[]SocketOption.SocketState.VALUESFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type SocketOption.SocketStateModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<SocketOption.SocketState> SocketOption.SocketState.internalValueMapMethods in io.envoyproxy.envoy.config.core.v3 that return SocketOption.SocketStateModifier and TypeMethodDescriptionstatic SocketOption.SocketStateSocketOption.SocketState.forNumber(int value) SocketOption.Builder.getState()The state in which the option will be applied.SocketOption.getState()The state in which the option will be applied.SocketOptionOrBuilder.getState()The state in which the option will be applied.static SocketOption.SocketStateSocketOption.SocketState.valueOf(int value) Deprecated.static SocketOption.SocketStateSocketOption.SocketState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SocketOption.SocketStateReturns the enum constant of this type with the specified name.static SocketOption.SocketState[]SocketOption.SocketState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type SocketOption.SocketStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SocketOption.SocketState> SocketOption.SocketState.internalGetValueMap()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type SocketOption.SocketStateModifier and TypeMethodDescriptionSocketOption.Builder.setState(SocketOption.SocketState value) The state in which the option will be applied.