public class InputStreamHttpMessageConverter extends org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>
| Constructor and Description |
|---|
InputStreamHttpMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
readInternal(Class<? extends InputStream> clazz,
org.springframework.http.HttpInputMessage inputMessage) |
protected boolean |
supports(Class<?> clazz) |
protected void |
writeInternal(InputStream is,
org.springframework.http.HttpOutputMessage outputMessage) |
addDefaultHeaders, canRead, canRead, canWrite, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, writeprotected boolean supports(Class<?> clazz)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>protected InputStream readInternal(Class<? extends InputStream> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>IOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionprotected void writeInternal(InputStream is, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>IOExceptionorg.springframework.http.converter.HttpMessageNotWritableExceptionCopyright © 2023 Frank!Framework. All rights reserved.