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