public final class ExceptionProducer extends Object implements IResultProducer<IOException>
| Constructor and Description |
|---|
ExceptionProducer(IApplicableHttpResponseExceptionFactory... exceptionFactories) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
execute(ICanceler canceler,
int statusCode,
String statusMessage,
String contentType,
String contentEncoding,
InputStream inputStream) |
public ExceptionProducer(IApplicableHttpResponseExceptionFactory... exceptionFactories)
public IOException execute(ICanceler canceler, int statusCode, String statusMessage, String contentType, String contentEncoding, InputStream inputStream) throws IOException, InterruptedException
execute in interface IResultProducer<IOException>IOExceptionInterruptedExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.