public interface HttpResponseFileWriter
HttpResponse to file.HttpResponseFileReader| Modifier and Type | Method and Description |
|---|---|
void |
write(HttpResponse response,
File httpResponseFile,
File httpResponseEntityFile)
Writes a
HttpResponse to file. |
void write(HttpResponse response, File httpResponseFile, File httpResponseEntityFile)
HttpResponse to file.response - The http response to persist.httpResponseFile - File in which all http response properties will be stored except entity.httpResponseEntityFile - File in which http response entity will be stored. Entity is optional. If http response
does not have entity this file will not be created.Copyright © 2014. All Rights Reserved.