Searched refs:WebContent (Results 1 – 3 of 3) sorted by relevance
60 public WebContent getWebContentFromUrlWithRetry(URL url, long fileSizeLimit, in getWebContentFromUrlWithRetry()90 public WebContent getWebContentFromUrl(URL url, long fileSizeLimit, int connectionTimeoutMillis) in getWebContentFromUrl()109 return new WebContent("", DO_NOT_CACHE_RESULT); in getWebContentFromUrl()114 return new WebContent("", DO_NOT_CACHE_RESULT); in getWebContentFromUrl()120 return new WebContent(inputStreamToString( in getWebContentFromUrl()
26 public final class WebContent { class31 public WebContent(String content, Long expireTimeMillis) { in WebContent() method in WebContent
149 WebContent webContent; in retrieveStatementFromUrl()