| Package | Description |
|---|---|
| xyz.cofe.http | |
| xyz.cofe.http.download |
| Modifier and Type | Method and Description |
|---|---|
IntCounter |
HttpDownloader.getRequestsCounter() |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxCounter
Синхронный счетчик с ограничением.
|
class |
OverflowCounter
Счетчик overflow с ограничением по максимуму
|
| Modifier and Type | Method and Description |
|---|---|
IntCounter |
IntCounter.clone()
Создание клона
|
IntCounter |
IntCounter.clone(Lock lock)
Создание клона
|
IntCounter |
IntCounter.increment()
Увеличивает счечик и возвращает его значение
|
protected IntCounter |
ProgressCounters.registerDownloadedFragments(HttpDownloader downl) |
protected IntCounter |
ProgressCounters.registerTotalFragments(HttpDownloader downl) |
protected IntCounter |
ProgressCounters.registerValidatedFragments(HttpDownloader downl) |
| Constructor and Description |
|---|
IntCounter(IntCounter src)
Конструктор копирования
|
IntCounter(IntCounter src,
Lock lock)
Конструктор копирования
|
Copyright © 2017. All rights reserved.