org.lastbamboo.common.download
Interface Sha1DState.Sha1Mismatch<T>

Type Parameters:
T - The delegate state type.
All Superinterfaces:
DownloaderState, Sha1DState<T>
All Known Implementing Classes:
Sha1DState.Sha1MismatchImpl
Enclosing interface:
Sha1DState<DelegateStateT>

public static interface Sha1DState.Sha1Mismatch<T>
extends Sha1DState<T>

A state that indicates the SHA-1 did not match the expected value.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.Sha1DState
Sha1DState.Downloading<T>, Sha1DState.DownloadingImpl<T>, Sha1DState.Failed<T>, Sha1DState.FailedImpl<T>, Sha1DState.Sha1Mismatch<T>, Sha1DState.Sha1MismatchImpl<T>, Sha1DState.VerifiedSha1<T>, Sha1DState.VerifiedSha1Impl<T>, Sha1DState.VerifyingSha1<T>, Sha1DState.VerifyingSha1Impl<T>, Sha1DState.Visitor<T,DelegateStateT>, Sha1DState.VisitorAdapter<T,DelegateStateT>
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.DownloaderState
DownloaderState.AbstractFailed, DownloaderState.AbstractRunning, DownloaderState.AbstractSucceeded
 
Method Summary
 
Methods inherited from interface org.lastbamboo.common.download.Sha1DState
accept
 
Methods inherited from interface org.lastbamboo.common.download.DownloaderState
getType
 



Copyright © 2013 LittleShoot. All Rights Reserved.