| Package | Description |
|---|---|
| xyz.cofe.http |
Поддержка функций работы с http
|
| xyz.cofe.http.download |
Реализация докачки файла по http протоколу
|
| xyz.cofe.perfomance |
| Modifier and Type | Method and Description |
|---|---|
IntCounter |
HttpDownloader.getRequestsCounter() |
| Modifier and Type | Method and Description |
|---|---|
protected IntCounter |
ProgressCounters.registerDownloadedFragments(HttpDownloader downl)
Регистрация счетчика progress.downloadedFragments кол-во полученых фрагментов
|
protected IntCounter |
ProgressCounters.registerTotalFragments(HttpDownloader downl)
Регистрация счетчика progress.totalFragments кол-во фрагментов
|
protected IntCounter |
ProgressCounters.registerValidatedFragments(HttpDownloader downl)
Регистрация счетчика progress.validatedFragments кол-во провереных фрагментов
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaxCounter
Синхронный счетчик с ограничением.
|
class |
OverflowCounter
Счетчик overflow с ограничением по максимуму
|
| Modifier and Type | Method and Description |
|---|---|
IntCounter |
IntCounter.clone()
Создание клона
|
IntCounter |
IntCounter.clone(Object osync)
Создание клона
|
IntCounter |
IntCounter.increment()
Увеличивает счечик и возвращает его значение
|
| Constructor and Description |
|---|
IntCounter(IntCounter src)
Конструктор копирования
|
IntCounter(IntCounter src,
Object osync)
Конструктор копирования
|
Copyright © 2019. All rights reserved.