Uses of Class
jdk.net.SocketFlow.Status
-
Packages that use SocketFlow.Status Package Description jdk.net Platform specific socket options for thejava.netandjava.nio.channelssocket classes. -
-
Uses of SocketFlow.Status in jdk.net
Methods in jdk.net that return SocketFlow.Status Modifier and Type Method Description SocketFlow.StatusSocketFlow. status()Returns the Status value of this SocketFlow.static SocketFlow.StatusSocketFlow.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.
-