public class GetPartBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.cbuffer.ContentBuffer |
buffer |
protected HttpDownloader |
downloader |
protected Mirrors |
mirrors |
protected HttpRequest |
request |
| Constructor and Description |
|---|
GetPartBuilder(HttpDownloader downloader,
Mirrors mirrors,
HttpRequest request,
xyz.cofe.cbuffer.ContentBuffer contentBuffer)
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
GetPart |
getPart(ContentFragment fragment)
Создает асинхронный запрос на получение фрагмента.
|
protected HttpDownloader downloader
protected Mirrors mirrors
protected HttpRequest request
protected xyz.cofe.cbuffer.ContentBuffer buffer
public GetPartBuilder(HttpDownloader downloader, Mirrors mirrors, HttpRequest request, xyz.cofe.cbuffer.ContentBuffer contentBuffer)
downloader - загрузчикmirrors - зеркалаrequest - текущий запросcontentBuffer - буфер данныхpublic GetPart getPart(ContentFragment fragment)
fragment - Фрагмент который необходимо получитьCopyright © 2017. All rights reserved.