- All Known Subinterfaces:
IApplicableResultProducer<T>
- All Known Implementing Classes:
ExceptionProducer
public interface IResultProducer<T>
-
Method Summary
-
Method Details
-
execute
T execute(ICanceler canceler, String url, int statusCode, String statusMessage, String contentType, String contentEncoding, InputStream inputStream) throws IOException, CanceledException - Throws:
IOExceptionCanceledException
-