|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--HTTPClient.VerifyMD5
| Field Summary |
| Type | Field |
|---|---|
(package private) RoResponse |
resp
|
| Constructor Summary |
VerifyMD5(RoResponse resp)
|
| Method Summary |
| Type | Method |
|---|---|
void |
verifyHash(byte[] hash,
long len)
This method is invoked when a digest of a stream has been calculated. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
RoResponse resp
| Constructor Detail |
public VerifyMD5(RoResponse resp)
| Method Detail |
public void verifyHash(byte[] hash,
long len)
throws java.io.IOException
HashVerifierverifyHash in interface HashVerifierHTTPClient.HashVerifierhash - the calculated hashlen - the number of bytes read from the streamjava.io.IOException - if the verification fails.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||