Uses of Class
io.envoyproxy.envoy.config.core.v3.SocketOption.ValueCase
-
Packages that use SocketOption.ValueCase Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of SocketOption.ValueCase in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return SocketOption.ValueCase Modifier and Type Method Description static SocketOption.ValueCase
SocketOption.ValueCase. forNumber(int value)
SocketOption.ValueCase
SocketOption.Builder. getValueCase()
SocketOption.ValueCase
SocketOption. getValueCase()
SocketOption.ValueCase
SocketOptionOrBuilder. getValueCase()
static SocketOption.ValueCase
SocketOption.ValueCase. valueOf(int value)
Deprecated.static SocketOption.ValueCase
SocketOption.ValueCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SocketOption.ValueCase[]
SocketOption.ValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-