|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Sha1DState in org.lastbamboo.common.download |
|---|
| Subinterfaces of Sha1DState in org.lastbamboo.common.download | |
|---|---|
static interface |
Sha1DState.Downloading<T>
A state that indicates that the delegate downloader is downloading. |
static interface |
Sha1DState.Failed<T>
A state that indicates that the delegate downloader has failed. |
static interface |
Sha1DState.Sha1Mismatch<T>
A state that indicates the SHA-1 did not match the expected value. |
static interface |
Sha1DState.VerifiedSha1<T>
A state that indicates the SHA-1 has been verified. |
static interface |
Sha1DState.VerifyingSha1<T>
A state that indicates the SHA-1 is in the process of being verified. |
| Classes in org.lastbamboo.common.download that implement Sha1DState | |
|---|---|
static class |
Sha1DState.DownloadingImpl<T>
An implementation of the downloading state. |
static class |
Sha1DState.FailedImpl<T>
An implementation of the failed state. |
static class |
Sha1DState.Sha1MismatchImpl<T>
An implementation of the SHA-1 mismatch state. |
static class |
Sha1DState.VerifiedSha1Impl<T>
An implementation of the verified SHA-1 state. |
static class |
Sha1DState.VerifyingSha1Impl<T>
An implementation of the verifying SHA-1 state. |
| Methods in org.lastbamboo.common.download that return Sha1DState | |
|---|---|
Sha1DState<DsT> |
Sha1Downloader.getState()
|
Sha1DState<DsT> |
DummySha1Downloader.getState()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||