Uses of Class
jdk.net.SocketFlow.Status
-
Packages that use SocketFlow.Status Package Description jdk.net Platform specific socket options for thejava.net
andjava.nio.channels
socket classes. -
-
Uses of SocketFlow.Status in jdk.net
Methods in jdk.net that return SocketFlow.Status Modifier and Type Method Description SocketFlow.Status
SocketFlow. status()
Returns the Status value of this SocketFlow.static SocketFlow.Status
SocketFlow.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static SocketFlow.Status[]
SocketFlow.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-