public static class HttpDownloader.ContentValidateProgressEvent extends HttpEvent
| Modifier and Type | Field and Description |
|---|---|
protected ContentFragment |
cf |
protected xyz.cofe.cbuffer.ContentBuffer |
contentBuffer |
protected ContentValidator |
contentValidator |
protected HttpDownloader |
downloader |
protected boolean |
hashMatched |
protected ContentFragments |
sampleFragments |
protected int |
sampleNum |
protected int |
sampleTotal |
| Constructor and Description |
|---|
ContentValidateProgressEvent(HttpDownloader downloader,
ContentValidatorProgressEvent pe) |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.cbuffer.ContentBuffer |
getContentBuffer() |
ContentValidator |
getContentValidator() |
HttpDownloader |
getHttpDownloader() |
ContentFragment |
getSample() |
ContentFragments |
getSampleFragments() |
int |
getSampleNum() |
int |
getSampleTotal() |
boolean |
isHashMatched() |
protected ContentValidator contentValidator
protected xyz.cofe.cbuffer.ContentBuffer contentBuffer
protected ContentFragments sampleFragments
protected ContentFragment cf
protected HttpDownloader downloader
protected boolean hashMatched
protected int sampleNum
protected int sampleTotal
public ContentValidateProgressEvent(HttpDownloader downloader, ContentValidatorProgressEvent pe)
public ContentValidator getContentValidator()
public xyz.cofe.cbuffer.ContentBuffer getContentBuffer()
public ContentFragments getSampleFragments()
public ContentFragment getSample()
public HttpDownloader getHttpDownloader()
public boolean isHashMatched()
public int getSampleNum()
public int getSampleTotal()
Copyright © 2017. All rights reserved.