Uses of Class
jdk.net.SocketFlow
| Package | Description | 
|---|---|
| jdk.net | Platform specific socket options for the  java.netandjava.nio.channelssocket classes. | 
- 
Uses of SocketFlow in jdk.netFields in jdk.net with type parameters of type SocketFlow Modifier and Type Field Description static SocketOption<SocketFlow>ExtendedSocketOptions. SO_FLOW_SLADeprecated, for removal: This API element is subject to removal in a future version.This is supported only on Solaris.Methods in jdk.net that return SocketFlow Modifier and Type Method Description SocketFlowSocketFlow. bandwidth(long bandwidth)Deprecated, for removal: This API element is subject to removal in a future version.Sets this SocketFlow's bandwidth.static SocketFlowSocketFlow. create()Deprecated, for removal: This API element is subject to removal in a future version.Creates a new SocketFlow that can be used to set the SO_FLOW_SLA socket option and create a socket flow.SocketFlowSocketFlow. priority(int priority)Deprecated, for removal: This API element is subject to removal in a future version.Sets this SocketFlow's priority.