public interface IHttpResponseExceptionFactory
| Modifier and Type | Method and Description |
|---|---|
IOException |
create(int statusCode,
String statusMessage,
String contentEncoding,
InputStream inputStream) |
boolean |
isApplicable(String contentType) |
boolean isApplicable(String contentType)
IOException create(int statusCode, String statusMessage, String contentEncoding, InputStream inputStream)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.