public abstract class AbstractDelay extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
TINY_SLEEP_MS |
Constructor and Description |
---|
AbstractDelay() |
Modifier and Type | Method and Description |
---|---|
protected void |
delay(long expectedDelayNanos,
long lastHitNanos) |
abstract void |
delay(long expectedDelayNanos,
String url) |
protected static final int TINY_SLEEP_MS
public abstract void delay(long expectedDelayNanos, String url)
protected void delay(long expectedDelayNanos, long lastHitNanos)
Copyright © 2009–2021 Norconex Inc.. All rights reserved.