Uses of Class
io.envoyproxy.envoy.config.core.v3.SocketOption.SocketState
-
Packages that use SocketOption.SocketState Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of SocketOption.SocketState in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as SocketOption.SocketState Modifier and Type Field Description private static SocketOption.SocketState[]
SocketOption.SocketState. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type SocketOption.SocketState Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<SocketOption.SocketState>
SocketOption.SocketState. internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return SocketOption.SocketState Modifier and Type Method Description static SocketOption.SocketState
SocketOption.SocketState. forNumber(int value)
SocketOption.SocketState
SocketOption.Builder. getState()
The state in which the option will be applied.SocketOption.SocketState
SocketOption. getState()
The state in which the option will be applied.SocketOption.SocketState
SocketOptionOrBuilder. getState()
The state in which the option will be applied.static SocketOption.SocketState
SocketOption.SocketState. valueOf(int value)
Deprecated.static SocketOption.SocketState
SocketOption.SocketState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SocketOption.SocketState
SocketOption.SocketState. valueOf(java.lang.String name)
Returns 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.SocketState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SocketOption.SocketState>
SocketOption.SocketState. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type SocketOption.SocketState Modifier and Type Method Description SocketOption.Builder
SocketOption.Builder. setState(SocketOption.SocketState value)
The state in which the option will be applied.
-