public static interface DownloadAction.StreamInfo
DownloadAction
.Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Returns the content type of the stream to be downloaded.
|
InputStream |
getInputStream()
Returns an input stream on the content to be downloaded.
|
String getContentType()
InputStream getInputStream() throws IOException
DownloadAction
.IOException
- if an error occursCopyright © 2000–2017 Apache Software Foundation. All rights reserved.