Uses of Class
jdk.net.SocketFlow
-
Packages that use SocketFlow Package Description jdk.net Platform specific socket options for thejava.netandjava.nio.channelssocket classes. -
-
Uses of SocketFlow in jdk.net
Fields in jdk.net with type parameters of type SocketFlow Modifier and Type Field Description static SocketOption<SocketFlow>ExtendedSocketOptions. SO_FLOW_SLAService level properties.Methods in jdk.net that return SocketFlow Modifier and Type Method Description SocketFlowSocketFlow. bandwidth(long bandwidth)Sets this SocketFlow's bandwidth.static SocketFlowSocketFlow. create()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)Sets this SocketFlow's priority.
-