Class ThreadDelay
- java.lang.Object
-
- com.norconex.collector.http.delay.impl.AbstractDelay
-
- com.norconex.collector.http.delay.impl.ThreadDelay
-
public class ThreadDelay extends AbstractDelay
-
-
Field Summary
-
Fields inherited from class com.norconex.collector.http.delay.impl.AbstractDelay
TINY_SLEEP_MS
-
-
Constructor Summary
Constructors Constructor Description ThreadDelay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delay(long expectedDelayNanos, String url)
-
Methods inherited from class com.norconex.collector.http.delay.impl.AbstractDelay
delay
-
-
-
-
Method Detail
-
delay
public void delay(long expectedDelayNanos, String url)
- Specified by:
delay
in classAbstractDelay
-
-