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, setLimitpublic static FixedLimit of(int limit)
public int _update(long startTime,
long rtt,
int inflight,
boolean didDrop)
_update in class AbstractLimitpublic java.lang.String toString()
toString in class java.lang.Object