public final class FixedLimit extends AbstractLimit
Modifier and Type | Method and Description |
---|---|
int |
_update(long startTime,
long rtt,
int inflight,
boolean didDrop) |
static FixedLimit |
of(int limit) |
java.lang.String |
toString() |
getLimit, notifyOnChange, onSample, setLimit
public static FixedLimit of(int limit)
public int _update(long startTime, long rtt, int inflight, boolean didDrop)
_update
in class AbstractLimit
public java.lang.String toString()
toString
in class java.lang.Object