public interface IsContentRequester
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream(java.lang.String path)
Get response data stream.
|
ResponseProps |
getResponseProps(java.lang.String path)
Get response size and mime type
(cheaper then getting an full rendition data)
|
ResponseProps getResponseProps(java.lang.String path) throws java.io.IOException
path - URL path as it should appear in image server request
but excluding is/content prefixjava.io.IOException - if underlying HTTP request failsjava.lang.IllegalArgumentException - if specified path does not start
with valid rootIdjava.io.InputStream getInputStream(java.lang.String path)
throws java.io.IOException
path - URL path as it should appear in image server request
but excluding is/content prefixjava.io.IOException - if underlying HTTP request failsjava.lang.IllegalArgumentException - if specified path does not start
with valid rootId"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"