Uses of Class
jdk.net.SocketFlow
Package | Description |
---|---|
jdk.net |
Platform specific socket options for the
java.net and java.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
Deprecated, 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 SocketFlow
SocketFlow. bandwidth(long bandwidth)
Deprecated, for removal: This API element is subject to removal in a future version.Sets this SocketFlow's bandwidth.static SocketFlow
SocketFlow. 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.SocketFlow
SocketFlow. priority(int priority)
Deprecated, for removal: This API element is subject to removal in a future version.Sets this SocketFlow's priority.