public interface HttpResponseFileReader
HttpResponse from file and reconstructs it.HttpResponseFileWriter| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
read(File httpResponseFile,
File httpResponseEntityFile)
Reqds a
HttpResponse that is stored in file(s) and reconstructs it. |
HttpResponse read(File httpResponseFile, File httpResponseEntityFile)
HttpResponse that is stored in file(s) and reconstructs it.httpResponseFile - File in which all http response properties are stored except entity.httpResponseEntityFile - File in which http response entity is stored. Entity is optional. If given file does not
exist entity in returned response will be null.Copyright © 2014. All Rights Reserved.