public interface IResultProducer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(ICanceler canceler,
int statusCode,
String statusMessage,
String contentType,
String contentEncoding,
InputStream inputStream) |
T execute(ICanceler canceler, int statusCode, String statusMessage, String contentType, String contentEncoding, InputStream inputStream) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.