public interface IFileHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(org.apache.http.HttpResponse response,
IFileWrapper fileWrapper)
执行处理过程
|
void handle(org.apache.http.HttpResponse response, IFileWrapper fileWrapper) throws IOException
response
- HTTP响应对象fileWrapper
- 文件包装器IOException
- 可能产生的异常Copyright © 2022. All rights reserved.