Uses of Class
org.openhab.core.library.types.RawType
Packages that use RawType
-
Uses of RawType in org.openhab.core.io.net.http
Methods in org.openhab.core.io.net.http that return RawTypeModifier and TypeMethodDescriptionstatic RawType
HttpUtil.downloadData
(String url, String contentTypeRegex, boolean scanTypeInContent, long maxContentLength) Download the data from a URL.static RawType
HttpUtil.downloadData
(String url, String contentTypeRegex, boolean scanTypeInContent, long maxContentLength, int timeout) Download the data from a URL.static RawType
HttpUtil.downloadImage
(String url) Download the image data from a URL.static RawType
HttpUtil.downloadImage
(String url, boolean scanTypeInContent, long maxContentLength) Download the image data from a URL.static RawType
HttpUtil.downloadImage
(String url, boolean scanTypeInContent, long maxContentLength, int timeout) Download the image data from a URL.static RawType
HttpUtil.downloadImage
(String url, int timeout) Download the image data from a URL. -
Uses of RawType in org.openhab.core.library.types
Methods in org.openhab.core.library.types that return RawType