Searched defs:SocketFlow (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/jdk/net/
H A DSocketFlow.java47 public class SocketFlow { class
59 private SocketFlow() {} method in class:SocketFlow
105 * Creates a new SocketFlow that can be used to set the SO_FLOW_SLA
108 public static SocketFlow create() {
109 return new SocketFlow();
113 * Sets this SocketFlow's priority. Must be either NORMAL_PRIORITY
119 public SocketFlow priority(int priority) {
128 * Sets this SocketFlow's bandwidth. Must be greater than or equal to zero.
133 public SocketFlow bandwidth(long bandwidth) {
143 * Returns this SocketFlow'
[all...]

Completed in 76 milliseconds