Uses of Class
jdk.net.SocketFlow.Status

Packages that use SocketFlow.Status 
Package Description
jdk.net
Platform specific socket options for the java.net and java.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()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the Status value of this SocketFlow.
    static SocketFlow.Status SocketFlow.Status.valueOf​(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this type with the specified name.
    static SocketFlow.Status[] SocketFlow.Status.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum type, in the order they are declared.