Uses of Class
jdk.net.SocketFlow
-
Packages that use SocketFlow Package Description jdk.net Platform specific socket options for thejava.net
andjava.nio.channels
socket 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_SLA
Service level properties.Methods in jdk.net that return SocketFlow Modifier and Type Method Description SocketFlow
SocketFlow. bandwidth(long bandwidth)
Sets this SocketFlow's bandwidth.static SocketFlow
SocketFlow. create()
Creates a new SocketFlow that can be used to set the SO_FLOW_SLA socket option and create a socket flow.SocketFlow
SocketFlow. priority(int priority)
Sets this SocketFlow's priority.
-